leecade / react-native-swiper

The best Swiper component for React Native.
MIT License
10.37k stars 2.35k forks source link

Touch events not firing on Android, like TouchEnd and onPanResponderRelease #519

Open jonjia opened 6 years ago

jonjia commented 6 years ago

Version

Which versions are you using:

Expected behaviour

onTouchEnd or onPanResponderRelease firing on Android.

Actual behaviour

onTouchEnd or onPanResponderRelease not firing on Android. I found react-native swiper use ViewPagerAndroid, are you shielding it?

Steps to reproduce

For non-obvious bugs, please fork this component, modify Example project to reproduce your issue and include link here. 1. 2. 3.

Psiiirus commented 4 years ago

Any workaround?