-
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
Expo Something Went Wrong Error #15025
Comments
Have you tried downgrading your npm to the recommended version of 4.6.1? I think that warning message may be there for a reason. If it's not related to npm, this might be more of an expo issue, you could try joining their community slack channel or their forums: https://forums.expo.io/ for help there. |
Downgraded to 4.6.1 and the warning disappeared but the other behavior did not change. I will try asking on the expo channels. |
Hello, have you resolved this issue? I just tried downgrading to 4.6.1 using the command: What am I doing wrong? Please advise - thank you 😄 |
I am facing the same issue even after downgrading the npm version to 4.6.1. Can You please help me with that. |
Can you remove |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Maybe the issue has been fixed in a recent release, or perhaps it is not affecting a lot of people. If you think this issue should definitely remain open, please let us know why. Thank you for your contributions. |
the solution for me was: set REACT_NATIVE_PACKAGER_HOSTNAME=my-custom-ip-address , then disable others connection differences wifi, good luck |
Is this a bug report?
Yes
Have you read the Bugs section of the Contributing to React Native Guide?
Yes
Environment
react-native -v
: 0.45.1node -v
: v8.1.4npm -v
: 5.3.0yarn --version
(if you use Yarn): 0.27.5Then, specify:
Steps to Reproduce
(Write your steps here:)
create-react-native-app
yarn start
Expected Behavior
Be able to view the app on my phone by scanning the QR code in Expo.
Actual Behavior
Outputs warning:
but seems to work fine otherwise. When opening the link in Expo I just get the error that something went wrong. In the log it states:
Reproducible Demo
Create an app using
create-react-native-app
.The text was updated successfully, but these errors were encountered: