I am trying to set up react native and run on my phone using expo.
I have created a react native app using create-react-native-app.
After running this command everything gets built on my machine. I have also downloaded the expo app on my phone.
I then ran npm start and was given the following in my terminal:
enter this address in the Expo app's search bar:
exp://12.34.567.89:19000
When I try this I get the following error in expo -
Error while loading: A server with the specified hostname could not be
found (code -1003)
Has anyone come across this issue before?