-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Labels
Needs reviewIssue is ready to be reviewed by a maintainerIssue is ready to be reviewed by a maintainerPlatform: iOSThis issue is specific to iOSThis issue is specific to iOSRepro providedA reproduction with a snippet of code, snack or repo is providedA reproduction with a snippet of code, snack or repo is provided
Description
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 installcommand fromExample/iosfolder - 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
vomchik, TheMakerOleguch, neiker, VitalikParshin, rajrao1 and 28 more
Metadata
Metadata
Assignees
Labels
Needs reviewIssue is ready to be reviewed by a maintainerIssue is ready to be reviewed by a maintainerPlatform: iOSThis issue is specific to iOSThis issue is specific to iOSRepro providedA reproduction with a snippet of code, snack or repo is providedA reproduction with a snippet of code, snack or repo is provided