-
So I have a list of items in a ScrollView. Those children are wrapped with PanGestureHandler. Unfortunately I can't seem to be able to scroll when I am scrolling on those items because I think I initiate the PanGesture event already if I try to scroll on the children. But if I try to scroll on another place in the screen rather than the items, it scrolls fine, so obviously scrolling is broken in PanGesture areas. Does anyone have a work around for this? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
If anyone needs the solutions to this, it is https://docs.swmansion.com/react-native-gesture-handler/docs/gesture-handlers/basics/interactions/ |
Beta Was this translation helpful? Give feedback.
If anyone needs the solutions to this, it is https://docs.swmansion.com/react-native-gesture-handler/docs/gesture-handlers/basics/interactions/
You need to use simultaneousHandlers.