reactrondev / react-native-web-swiper

Swiper-Slider for React-Native and React-Native-Web
213 stars 55 forks source link

gesturesEnabled problem disable swiper #70

Closed omar-bear closed 3 years ago

omar-bear commented 3 years ago

If I disable the Swipper using the props gesturesEnabled: true, it will occur an error when i swipe

https://user-images.githubusercontent.com/80390318/131220070-4005c93b-525b-4672-9f69-b1d302ff2355.mp4

omar-bear commented 3 years ago

my bad i did like this

gesturesEnabled= true // it works but it occur an error
gesturesEnabled: () => false // it works as well like this