Closed thanhloc-17 closed 10 months ago
Hey! 👋
The issue doesn't seem to contain a minimal reproduction.
Could you provide a snack or a link to a GitHub repository under your username that reproduces the problem?
Hey @thanhloc-17, thanks for reporting this issue.
Right now we're aware of a few issues in Reanimated on the new architecture. However, none of them seems to match the stack trace you have provided. In particular, reanimated::PropsRegistry::pleaseSkipCommit
only switches atomic boolean to true:
At this point I don't have any ideas on what could be wrong. Can you please provide a minimal repro so we can investigate the issue further?
@thanhloc-17 I also got crashed when reload the application. If I rollback to react-native-reanimated v2 it is disappear.
same here [facebook::react::UIManager::shadowTreeWillCommit]
same here [facebook::react::UIManager::shadowTreeWillCommit]
Facing this issue in iOS whenever hot reload trigger, with new arch and fabric enabled
Launch works, app operates normally, as soon as hot reload, hit ios Native Error below on Splash screen:
Attempt to turn off react-native-screens, and try again with hot reload, will hit this:
With react-native-screens turn off and upgrade react-native-gesture-handler from 2.5.0 to 2.12.1, I got this error:
If Splash screen (JS normal component, not native splash screen), comment out the navigation from 'react-navigation' seem fine and nothing happens, can reload normally without crashing.
Not sure if this related, https://github.com/facebook/react-native/pull/36216
Yep that is the same issue I get. App crash with those same versions.
Description
When I reload app, it's crash These log I see in Logcat (Android Studio)
Steps to reproduce
Snack or a link to a repository
none
Reanimated version
3.4.0-nightly
React Native version
0.72.1
Platforms
Android
JavaScript runtime
None
Workflow
Expo bare workflow
Architecture
Fabric (New Architecture)
Build type
Debug mode
Device
Android emulator
Device model
No response
Acknowledgements
Yes