I get the following error when I try to open my expo project on my iPhone
"There was a problem running the requested app. 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"
Both my phone and laptop are connected to the same WiFi
I'm not sure what I did wrong. All I have done so far is run the following commands:
npm install expo-cli --global
expo init rn-first-app
npm start