diff --git a/node_modules/react-native-deck-swiper/Swiper.js b/node_modules/react-native-deck-swiper/Swiper.js
index 1a657b3..ce4dc7c 100644
--- a/node_modules/react-native-deck-swiper/Swiper.js
+++ b/node_modules/react-native-deck-swiper/Swiper.js
@@ -351,6 +351,11 @@ class Swiper extends Component {
       useNativeDriver: true
     }).start(cb)
 
+    this.state.pan.setValue({
+      x: 0,
+      y: 0
+    });
+    
     this.state.pan.setOffset({
       x: 0,
       y: 0
