-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Labels
Platform: iOSThis issue is specific to iOSThis issue is specific to iOSRepro providedA reproduction with a snack or repo is providedA reproduction with a snack or repo is provided
Description
Description
I have some kind of zoom view in my application that has a pan/pinch/rotation gestures attached to it, on top of it I have an svg overlay (using StyleSheet.absoluteFill) that also has a pan gesture (in my case only for mouse/stylus but it does not matter). I configure simultaneousWithExternalGesture on this extra pan gesture.
This worked well before and had both gesture working but after updating to 2.17.1 (tried 2.17.0 as well), the zoom view gesture is not working anymore.
Steps to reproduce
- git clone --branch bug-gesture-handler-1 --single-branch https://github.com/mgcrea/react-native-reanimated-sandbox.git
- pnpm install; npx pod-install
- check that everything is working
- npx npm-check-updates -f react-native-gesture-handler -u
- pnpm install; npx pod-install
- check that the gesture does not work anymore
Snack or a link to a repository
Gesture Handler version
2.17.1
React Native version
0.74.2
Platforms
iOS
JavaScript runtime
Hermes
Workflow
React Native (without Expo)
Architecture
Paper (Old Architecture)
Build type
Debug mode
Device
Real device
Device model
iPad Pro
Acknowledgements
Yes
Metadata
Metadata
Assignees
Labels
Platform: iOSThis issue is specific to iOSThis issue is specific to iOSRepro providedA reproduction with a snack or repo is providedA reproduction with a snack or repo is provided