Answers for "network response timed out expo go"

2

network response timed out expo

Try the following solutions:

- Check that your phone and laptop are connected to the same network
- Open the ports that use Expo (19000-19005 by default)
- Try switching to tunnel connection (You can change it once the expo page is
opened)

For more details, check: https://stackoverflow.com/questions/43593042/network-response-time-out-error-create-react-native-app-expo
Posted by: Guest on August-17-2021
1

expo go something went wrong network response timed out

What solved this for me was simply changing the connection from LAN to Tunnel. 
When you start an expo app, 
a browser window will open with a URL like http://localhost:19002/. 
Along the left side is a Connection option set to LAN by default. 
Changing it to Tunnel before scanning the QR code with the expo app solved it.
Posted by: Guest on April-12-2021

Code answers related to "network response timed out expo go"

Browse Popular Code Answers by Language