You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RN 0.68.1 - current version of rnpv
Tested with bare and Expo.
react-native-gesture-handler: 2.4.2 (also tested with 2.2)
iOS only
Description
When you use a Flatlist you will most likely import Touchables from react-native-gesture-handler, because they add native buttons and also help to prevent weird activating touchables when you attempt to scroll. I can't use them with RNPV because it breaks swiping. Guess there is some racing with the gestures going on.
Environment
RN 0.68.1 - current version of rnpv
Tested with bare and Expo.
react-native-gesture-handler: 2.4.2 (also tested with 2.2)
iOS only
Description
When you use a Flatlist you will most likely import Touchables from react-native-gesture-handler, because they add native buttons and also help to prevent weird activating touchables when you attempt to scroll. I can't use them with RNPV because it breaks swiping. Guess there is some racing with the gestures going on.
Reproducible Demo
https://snack.expo.dev/@hirbod/pager-view---rngh-touchables-issue
You can swipe the green area, but not the yellow. Only the last yellow box works, since it does use TouchableHighlight by react-native.
The text was updated successfully, but these errors were encountered: