react-native-pager-view
react-native-pager-view copied to clipboard
How to Detect Overscroll and from which direction?
Ask your Question
I would really like to call a function as soon as a user swipes past the last page and swipes back from the first page. I can't seem to figure this out, is there a way? I know I can detect scrolling with "onPageScrollStateChanged", but I need to ONLY detect if they're swiping left on the last page or right on the first page...
Thanks for this awesome project!