RN crash when a gesture is used(Pinch, Pan, Tap) #3724
Labels
Needs review
Issue is ready to be reviewed by a maintainer
Platform: iOS
This issue is specific to iOS
Repro provided
A reproduction with a snippet of code, snack or repo is provided
Description
I implement a function that uses the pinch zoom gesture with the landscape functionality
when I test this behavior, zooming in/out and rotating the phone moving from portrait to landscape, the application crash, and the react native console does not show any information or error to debug what is happening. I ran the application in Xcode and I replicate the above process and xCode console show the following error:
What I've tried
Update react-native-reanimated version
I was checking some similar issues in the repository and found the following: #2327
What the user suggest is to move the
react-native-reanimated
version to the latest one but this does not fix the bug.Steps to reproduce
steps to reproduce the error:
combine both pinch zoom gestures with phone rotation from portrait to landscape or the other way around. here is a video to better illustrate the error:
Error.mp4
Snack or a link to a repository
https://snack.expo.dev/@adiaz10/pinch-zoom
Reanimated version
2.2.4
React Native version
0.67.2
Platforms
iOS
JavaScript runtime
JSC
Workflow
React Native (without Expo)
Architecture
Paper (Old Architecture)
Build type
Debug mode
Device
iOS simulator
Device model
IPhone 13 iOs 15.4
Acknowledgements
Yes
The text was updated successfully, but these errors were encountered: