Replies: 2 comments
-
This would also be interesting since it would allow a PanGestureHandler (to capture touch events) to be used with a FlatList (to efficiently render a large list). |
Beta Was this translation helpful? Give feedback.
0 replies
-
My issue is actually related to #420, I'm trying to achieve similar functionality with this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a ScrollView that takes up a portion of the screen. I am trying to respond to pan gestures from any place on the screen by scrolling the ScrollView (but make it happen automatically on the native side, without manually scrolling in JS). So in other words, I am trying to capture all pan gestures and redirect them to the ScrollView. Is it possible to accomplish this with
react-native-gesture-handler
?Beta Was this translation helpful? Give feedback.
All reactions