diff --git a/index.js b/index.js index 7518a39..9e4896b 100644 --- a/index.js +++ b/index.js @@ -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, @@ -464,4 +464,4 @@ class Swipeout extends Component { } }; -module.exports = Swipeout; +module.exports = SwipeableView; diff --git a/package.json b/package.json index ae0389d..835fb7e 100644 --- a/package.json +++ b/package.json @@ -8,12 +8,13 @@ }, "repository": { "type": "git", - "url": "git@gitlab.com: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",