You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hey
I installed react-native-reanimated on my app
I did everything according to the instructions
added package on my MainApplication.java
packages.add(new ReanimatedPackage());
I also added this as the last plugin in my babel.config.js
but my app crashed when React up
I got error
Invariant Violation: Module AppRegistry is not a registered callable module (calling runApplication). 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.
but when I switch to debug mode (of react native) app work as well It happens both on IOS and ANDROID platforms
I work on an actual device android Samaong Galaxy S22
software: Android 13
JavaScript runtime: herms true in pod , build.gradle
React Native is Paper
Workflow: ReactNative only without Expo
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
hey
I installed react-native-reanimated on my app
I did everything according to the instructions
added package on my
MainApplication.java
I also added this as the last plugin in my
babel.config.js
but my app crashed when React up
I got error
Invariant Violation: Module AppRegistry is not a registered callable module (calling runApplication). 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.
but when I switch to debug mode (of react native) app work as well
It happens both on IOS and ANDROID platforms
I work on an actual device android Samaong Galaxy S22
software: Android 13
JavaScript runtime: herms true in
pod , build.gradle
React Native is Paper
Workflow: ReactNative only without Expo
my error

this my
babel.config.js
my relevant libraries from
package.json
Beta Was this translation helpful? Give feedback.
All reactions