Closed homosape closed 2 years ago
Hi! This seems to be duplicate of https://github.com/software-mansion/react-native-gesture-handler/issues/2169, so I'll close this one to keep the discussion in one place.
I do not believe this issue is fixed, the closest I can get to a working solution is setting
the ActiveOffsetX property of my inner PanGesture handler to [-7, 7] but this doesn't work perfectly
Description
When PanGestureHandler is used inside a ScrollView it usually blocked the scroll unsell you provided simultaneousHandlers property which was pointing to the ref of the ScrollView itself.
Now this functionality seems to be broken. This is a snippet from a repository.
Steps to reproduce
Snack or a link to a repository
https://github.com/homosape/rn-test
Gesture Handler version
2.5.0
React Native version
0.69.4
Platforms
Android, iOS
JavaScript runtime
Hermes
Workflow
No response
Architecture
No response
Build type
No response
Device
iOS simulator
Device model
iPhone 13 Pro
Acknowledgements
Yes