-
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
Unexpected token '.' no stack #23669
Comments
Hello there 👋 this issue doesn't have a repro (which means, a The only suggestion that I can give is that maybe it has something to do with the bundler...? Probably upgrading to 0.59 is the best strategy to try and fix this. Because of this, we are going to close this issue - but if a repro is shared, we are happy to reopen it 🤗 |
I know I'm late into the conversation, but I also encountered a similar error:
The issue that I had was that I had an extra colon in one of my json files, something like:
Hopefully someone finds this useful in the future, it sucks being stuck in a silly issue for a bit :p |
In my case, unexpected toke '<' no stack But surprisingly it happens only when I run on Android 9 |
It's happening the same to me as @mjm918 and only on Android 9. |
I resolved this issue by turning on USB debugging in the android device. |
🐛 Bug Report
When i'm running
react-native run-android
while an emulator is on, everything is fine, my app is correctly running.But when I've got my device connected via USB and I make the same command, the app builds, installs, but I have the following error :
To Reproduce
react-native run-android
on a connected deviceExpected Behavior
The app should run correctly
Environment
package.json :
The text was updated successfully, but these errors were encountered: