while connecting to expo go mobile sometime went wrong error.
using the latest expo like npx create-expo-app appname. if you connect to a PC and mobile external wifi, this error happens because of --tunnel.
so in package.json start script should be modifily like this
"scripts": {
"start": "expo start --tun...
shyam3050.hashnode.dev1 min read