-
Notifications
You must be signed in to change notification settings - Fork 24.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
App compile fails with TypeError: o.default.createNode is not a function #38535
Comments
|
Closing since this build error seems to be related to my configuration of -> react-native-reanimated/plugin |
@BrianJVarley What was wrong with your configuration of react-native-reanimated/plugin? |
For everyone who has this problem: The real error is underneath this one - your app cannot connect to the Metro server.
After digging deeper I found that my app tried to connect via 10.0.2.2, so simply adding
to the list fixed my problems. |
@Shizerq Hello, I checked my network_security_config file and there is already |
@Quintis1212 |
I have fixed the problem, the source of the problem was the metro config, check if your metro config meets requirements: |
New Version
0.72.3
Old Version
0.71.12
Build Target(s)
Android device (Pixel 6a) on debug build
Output of
react-native info
Issue and Reproduction Steps
I've upgrade my react-native app from version
0.71.12
to0.72.3
but get this vague runtime error on the Android device after runningreact-native run-android
:The below snippet is my
package.json
file defining the dependencies specified in RN upgrade helperAny help appreciated on how I can dig into the cause of the error further.
The text was updated successfully, but these errors were encountered: