-
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
Unable to resolve ReactNativeART.js #21637
Comments
I faced this problem too with react-native 0.57.2 |
|
IS this after downgrading? Or did you follow the instruction to fix the reactnativeART.js error? |
Issue #21490 deals with the error you are facing currently. If you are on 57.2, this solution in comment seems to work for most but if you still face any errors it's highly recommend to go back to 57.1. 57.1 may throw errors with Babel runtime but that can be fixed by running |
Ty @Flowkrad for taking care of this, closing given that there has been no further activity. |
Environment
React Native Environment Info:
System:
OS: Windows 10
CPU: x64 Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz
Memory: 2.53 GB / 11.89 GB
Binaries:
Yarn: 1.9.4 - C:\Program Files (x86)\Yarn\bin\yarn.CMD
npm: 6.4.1 - C:\Program Files\nodejs\npm.CMD
Watchman: 4.9.4 - E:\Downloads\Compressed\watchman\watchman.EXE
IDEs:
Android Studio: Version 3.1.0.0 AI-173.4720617
##Package
{
"name": "Chat",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"firebase": "^5.5.3",
"react": "^16.5.2",
"react-native": "0.57.2",
"react-native-gifted-chat": "^0.4.3",
"react-navigation": "^2.17.0"
},
"devDependencies": {
"babel-jest": "23.6.0",
"jest": "23.6.0",
"metro-react-native-babel-preset": "0.48.0",
"react-test-renderer": "16.5.0"
},
"jest": {
"preset": "react-native"
}
}
Description
i am just using firebase and react-native-gifted-chat , when i try to build that error comes any solution please ?
The text was updated successfully, but these errors were encountered: