Use expo-router to build native navigation using files in the app/ directory.
npx create-expo-app -e with-routerstep-01: Install expo Go application for play store on you phone.
step-02: run "npm i " command in terminal.
step-03: run the project: "expo-cli start --tunnel" command in terminal.
step-04: open the expo go app and select "Scan QR code" option.
step-05: scan the QR code generated by Step-03 cmd in terminal.
Now you can use the app :).