while connecting to expo go mobile sometime went wrong error.
Mar 2, 2024 · 1 min read · 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...
Join discussion
