Expo is not loading my app
See original GitHub issuePlease make our job easier by filling this template out to completion. If you’re requesting a feature instead of reporting a bug, please feel free to skip the Environment and Reproducible Demo sections.
Expo is not loading my react app in Iphone
- Both the pc and the phone use the same network
- I’m getting a message saying: "It looks like you may be using a LAN url. Make sure ur device is on the same network as the server or try using a tunnel.
Expected Behavior
I’m excepting to use my phone as a emulator
What action did you perform, and what did you expect to happen?
Observed Behavior
I scanned the qr code in my console
What actually happened when you performed the above actions? i get an error with the msg above
If there’s an error message, please paste the full terminal output and error message in this code block:
There was a problem loading the experience. It looks like you may be using a LAN url. Make sure your device is on the same network as the server or try using a tunnel.
Environment
Please run these commands in the project folder and fill in their results:
npm ls react-native-scripts
:1.11.1npm ls react-native
:0.52.0npm ls expo
: 25.0.0node -v
: 9.8.0npm -v
: 4.6.1yarn --version
:watchman version
:
Also specify:
- Operating system: Windows 10
- Phone/emulator/simulator & version: Expo app on ios
Reproducible Demo
Please provide a minimized reproducible demonstration of the problem you’re reporting.
Issues that come with minimal repro’s are resolved much more quickly than issues where a maintainer has to reproduce themselves.
Issue Analytics
- State:
- Created 6 years ago
- Comments:15 (2 by maintainers)
Top GitHub Comments
does your URL look something like this:
Your URL is: exp://192.168.1.73:19000
as opposed to this:exp://9h-hcy.bacon.tickle_me_elmo.exp.direct:80
if so then try running:exp start --tunnel
and check to make sure you have a pretty solid wifi connection 💙🌝What you need to do is: Go to cmd and type “ipconfig” and see which network is using the ip shown in your expo app. if it’s not your router IP address then what you need to do is to go and disable the network which expo is using: Control Panel -> Network and Internet -> Network Connections and here disable the network that expo is using. (it should be a LAN network connection) try to run “npm start” again, it should be working now. If my solution is not clear feel free to ask me.