Skip to content
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

Closed
medmsd opened this issue Oct 10, 2018 · 5 comments
Closed

Unable to resolve ReactNativeART.js #21637

medmsd opened this issue Oct 10, 2018 · 5 comments
Labels
Resolution: Locked This issue was locked by the bot.

Comments

@medmsd
Copy link

medmsd commented Oct 10, 2018

annotation

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 ?

@ghost
Copy link

ghost commented Oct 10, 2018

I faced this problem too with react-native 0.57.2
You can downgrade to 0.52.1 and everything works like a charm or you can follow this

@medmsd
Copy link
Author

medmsd commented Oct 10, 2018

I faced this problem too with react-native 0.57.2
You can downgrade to 0.52.1 and everything works like a charm or you can follow this

annotation
i got this error this time :'(

@ghost
Copy link

ghost commented Oct 10, 2018

IS this after downgrading? Or did you follow the instruction to fix the reactnativeART.js error?

@ghost
Copy link

ghost commented Oct 11, 2018

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 npm install --save @babel/runtime and you would be good to go (I'm not sure but I guess the Babel issue was fixed but if you face it, you know what to do)

@kelset
Copy link
Contributor

kelset commented Dec 17, 2018

Ty @Flowkrad for taking care of this, closing given that there has been no further activity.

@kelset kelset closed this as completed Dec 17, 2018
@facebook facebook locked as resolved and limited conversation to collaborators Dec 17, 2019
@react-native-bot react-native-bot added the Resolution: Locked This issue was locked by the bot. label Dec 17, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Resolution: Locked This issue was locked by the bot.
Projects
None yet
Development

No branches or pull requests

3 participants