-
Clone the repository
git clone https://github.com/navraah/navraah.git cd navraah -
Install dependencies
npm install
-
Start the project
npx expo start
- Make sure you are using Expo Go (default setup).
- Start the app:
npx expo start
- Download the Expo Go app on your mobile:
- If you were using a development build, switch back to Expo Go.
- Scan the QR code from the terminal or Expo Dev Tools in the browser.
- 🎉 Enjoy your app running on your device!
Apart from Expo Go, you can also run the app in:
- All the main code lives inside the app directory.
- This project uses file-based routing.
- You can start development by editing any file in the app folder.
To reset the project to a blank state:
npm run reset-projectThis will move the starter code to the app-example folder and create a fresh app folder for you to begin development.