-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
RN error : Unexpected token '*' (http://localhost:8081/index.delta?platform=android&dev=true&minify=false:94148) #20576
Comments
Already searched for an |
Had the similar problem. You need to download http://localhost:8081/index.delta?platform=android&dev=true&minify=false directly (from browser etc.), then open in editor and search for row 94148 from which your error came from. |
I had very similar issue and rebooting system worked for me. |
Edit android/app/build.gradle use this compile ("com.facebook.react:react-native:0.44.0") { force = true } and write version of app you use instead of 0.44.0 and delete something like this compile "com.facebook.react:react-native:+" or this compile "com.facebook.react:react-native:0.44.0" |
please let me know the solution to this. :( |
I have same issue. My project crash without any reason. |
Guys I found the problem.
It seems it's a yarn issue. 🤔 |
Just fixed the problem after hours of headache. for me, the problem was one of my dependencies was using ** operator which was not recognized by my babel compiler (apologies if I misused the terms, I am not very experienced with these staff). so I went there and changed ** operator with the regular Math.pow(). for me the file that was causing the issue was check your last installed libraries for same operator and replace. probably not the best way to fix it but at least you'll know what's causing the issue. |
I just encountered a similar problem after some package updates. |
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as a "Discussion" or add it to the "Backlog" and I will leave it open. Thank you for your contributions. |
Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please feel free to create a new issue with up-to-date information. |
Environment
Environment:
OS: Windows 10
Node: 10.7.0
Yarn: 1.9.4
npm: 6.1.0
Watchman: 4.9.4
Xcode: N/A
Android Studio: 3.1.3
Packages: (wanted => installed)
react-native-cli: 2.0.1
react-native: 0.55.4
Description
I meet this error when I run command: react-native run-android . Although it show me Build successful.
And in android studio ,the logcat shows words below:
Someone said delete the files in assets and run under command can help, but I tried it and no use, feeling confused.
I tested other mobilephone but no use. Please help me ,thanks a lot.
The text was updated successfully, but these errors were encountered: