alexbrillant / react-native-deck-swiper

tinder like react-native deck swiper
ISC License
1.56k stars 464 forks source link

Fix disabling swipe mid-swipe #372

Closed bmbmjmdm closed 2 years ago

bmbmjmdm commented 2 years ago

Found this bug while using a Slider inside the deck swiper. As I started to slide, I would also swipe. Solution was to pass up disable swipe event when slider started, but I found that this caused the swiper to freak out and stutter and eventually break. This fixes it