Description
After upgrading to react-native-reanimated v3, we noticed that app crashes on reload in development mode with JSC engine. It's reproducible in Example/ app in react-native-reanimated repo and can confirm it does not happen with hermes engine enabled.
Steps to reproduce
- Disable hermes in Example/ios/Podfile file by changing
:hermes_enabled => flags[:hermes_enabled], :fabric_enabled => flags[:fabric_enabled],
to
:hermes_enabled => false, :fabric_enabled => false,
- reinstall pods by running
pod install command from Example/ios folder
- build the app and launch it
- reload the app with R or devmode
Thank you :raised:
Snack or a link to a repository
https://github.com/ykliuiev/reanimated-crash-repro
Reanimated version
3.3.0
React Native version
0.72.3
Platforms
iOS
JavaScript runtime
JSC
Workflow
React Native (without Expo)
Architecture
Paper (Old Architecture)
Build type
Debug mode
Device
iOS simulator
Device model
No response
Acknowledgements
Yes
Description
After upgrading to react-native-reanimated v3, we noticed that app crashes on reload in development mode with JSC engine. It's reproducible in
Example/app in react-native-reanimated repo and can confirm it does not happen with hermes engine enabled.Steps to reproduce
:hermes_enabled => flags[:hermes_enabled], :fabric_enabled => flags[:fabric_enabled],to
:hermes_enabled => false, :fabric_enabled => false,pod installcommand fromExample/iosfolderThank you :raised:
Snack or a link to a repository
https://github.com/ykliuiev/reanimated-crash-repro
Reanimated version
3.3.0
React Native version
0.72.3
Platforms
iOS
JavaScript runtime
JSC
Workflow
React Native (without Expo)
Architecture
Paper (Old Architecture)
Build type
Debug mode
Device
iOS simulator
Device model
No response
Acknowledgements
Yes