This is an Expo for the Solah App.
-
Install dependencies
npm install
-
Start the app
npx expo start
In the output, you'll find options to open the app in a
- Expo Go, a limited sandbox for trying out app development with Expo
- development build
- Android emulator
- iOS simulator
You can start developing by editing the files inside the src directory. This project uses file-based routing.
Any bug found in the app or any feature recommended must be added as a new issue on the Issues page.
The details on the steps taken in setting up the project are documented here.