Closed philipheinser closed 2 weeks ago
Same issue here
Hey! I checked your repro but it seems to be working (after upgrading to SDK 52 which supports React Native 0.76). You've specified React Native (without Expo)
in the issue, could you prepare a reproducer without using Expo then?
Also, are you using StrictMode
in your app? If so, then we're aware of the fact that it crashes on iOS on the new arch - some operations are executed in the wrong order. I believe @m-bert is investigating that one.
@j-piasecki Yes we are using strictmode
Hi @philipheinser! If that's the case I'm closing this one as we already have this issue. We will post update under #3184 when we find something.
Description
crashes on 0.76
Steps to reproduce
Snack or a link to a repository
https://snack.expo.dev/@philipheinser/gesturehandler076?platform=ios
Gesture Handler version
2.20.2
React Native version
0.76.0
Platforms
iOS
JavaScript runtime
Hermes
Workflow
React Native (without Expo)
Architecture
Fabric (New Architecture)
Build type
Debug mode
Device
iOS simulator
Device model
No response
Acknowledgements
Yes