react-native-infinite-pager
react-native-infinite-pager copied to clipboard
Optimize minDistance usage to only recognize current orientation
When using minDistance, this still activates the gesture across all orientation.
If we take the current orientation into account, it's easier to use this component inside a scrollable view.
Fixes #40