react-native-pager-view
react-native-pager-view copied to clipboard
How to detect if user swipes (up/down) when pager-view is horizontal? (on Android)
trafficstars
If my react-native-pager-view orientation is horizontal so it works fine when user scrolls horizontally, but I also want to know if user is trying of swiping up/down. I tried implementing panGestureHandler from react-native-gesture-handler but then react-native-pager-view does not work 🙁, can you please tell me, how can I achieve it ?
any update on this ?