callstack / react-native-pager-view

React Native wrapper for the Android ViewPager and iOS UIPageViewController.
MIT License
2.68k stars 411 forks source link

How to detect if user swipes (up/down) when pager-view is horizontal? (on Android) #484

Open siddharth-kt opened 2 years ago

siddharth-kt commented 2 years ago

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 ?

FadiAboMsalam commented 1 year ago

any update on this ?