react-native-deck-swiper
react-native-deck-swiper copied to clipboard
fix disabling swipes mid-swipe
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
In order to merge this we need to properly QA the change. In order to do that please create a dummy app with the functionality so that the swiper can be tested.