-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
React Native Error - The native part of Reanimated doesn't seem to be initialized #4673
Comments
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? |
@Ritik1330 have you seen #4663? |
i found the solution of this juast create project with react native latest varsion |
This comment was marked as duplicate.
This comment was marked as duplicate.
遇到相同的问题 请问如何解决 |
This seems to be fixed with the combo of RN 0.72.x and RNR 3.4.x So no need to modify any AppDelegate files. And don't forget to do |
Why is this issue closed if the error persists? |
If anyone else is having issues even after doing everything that was mentioned, here's what finally worked for me:
|
Works for me! Thanks. I have only react-native-reanimated, so I update only that to 3.4.1 and works! |
Description
when i use react drowar navigation and setup the reanimated i got this error
ERROR [Reanimated] The native part of Reanimated doesn't seem to be initialized. This could be caused by
ERROR Error: Requiring module "node_modules/react-native-reanimated/src/index.ts", which threw an exception: TypeError: Cannot read property 'installCoreFunctions' of undefined, js engine: hermes
ERROR Invariant Violation: Failed to call into JavaScript module method AppRegistry.runApplication(). Module has not been registered as callable. Registered callable JavaScript modules (n = 11): Systrace, JSTimers, HeapCapture, SamplingProfiler, RCTLog, RCTDeviceEventEmitter, RCTNativeAppEventEmitter, GlobalPerformanceLogger, JSDevSupportModule, HMRClient, RCTEventEmitter.
A frequent cause of the error is that the application entry file path is incorrect. This can also happen when the JS bundle is corrupt or there is an early initialization error when loading React Native., js engine: hermes
ERROR Invariant Violation: Failed to call into JavaScript module method AppRegistry.runApplication(). Module has not been registered as callable. Registered callable JavaScript modules (n = 11): Systrace, JSTimers, HeapCapture, SamplingProfiler, RCTLog, RCTDeviceEventEmitter, RCTNativeAppEventEmitter, GlobalPerformanceLogger, JSDevSupportModule, HMRClient, RCTEventEmitter.
Steps to reproduce
this issu with reactdrower navigation
Snack or a link to a repository
https://stackoverflow.com/questions/76265185/react-native-error-the-native-part-of-reanimated-doesnt-seem-to-be-initialize
Reanimated version
3.3.0
React Native version
7.2
Platforms
Android
JavaScript runtime
None
Workflow
None
Architecture
None
Build type
None
Device
None
Device model
android 8
Acknowledgements
Yes
The text was updated successfully, but these errors were encountered: