Skip to content

Commit

Permalink
Fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
magrinj committed Apr 19, 2017
1 parent 2bc119a commit e9474f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const RIGHT_SWIPE_BOUNCE_BACK_DURATION = 300;
*/
const RIGHT_SWIPE_THRESHOLD = 30 * SLOW_SPEED_SWIPE_FACTOR;

class Swipeout extends Component {
class SwipeableView extends Component {

static propTypes = {
children: PropTypes.any,
Expand Down Expand Up @@ -464,4 +464,4 @@ class Swipeout extends Component {
}
};

module.exports = Swipeout;
module.exports = SwipeableView;
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@
},
"repository": {
"type": "git",
"url": "[email protected]:magrin_j/react-native-swipeable-view.git"
"url": "git+ssh://git@gitlab.com/magrin_j/react-native-swipeable-view.git"
},
"keywords": [
"react-native-component",
"react-native",
"react-component",
"swipeable",
"ios",
"android",
"swipeout",
Expand Down

0 comments on commit e9474f7

Please sign in to comment.