Use expo-router to build native navigation using files in the app/ directory.
npx create-expo-app -e with-routerhttps://expo.github.io/router/docs/ https://docs.expo.dev/versions/latest/sdk/font/ https://www.npmjs.com/package/axios https://www.npmjs.com/package/react-native-dotenv
Start the server locally by running npm start
Download Expo Go (https://expo.dev/client?utm_source=google&utm_medium=cpc&utm_content=performancemax&gclid=Cj0KCQjw1OmoBhDXARIsAAAYGSHXrIL18RI8ApSQLu9Y0FkJsJ1qsKcr6f3bM4Ws__4VRP4rMS2jgwwaAo82EALw_wcB) register or sign in.
Scan the QR code with the camera on the phone and open the link
If you get an error, it may be related to your wifi firewall.
Stop the server and run npm install -g expo-cli
Then run expo-cli start --tunnel
Then scan the QR code and try again.
It will bundle the JavaScript bundle which may take a minute and it should run.