This is an Expo project created with create-expo-app.
-
Install dependencies
npm install
-
Setup backend environment
-
Start the app
npx expo start
In the output, you'll find options to open the app in a
- development build
- Android emulator
- iOS simulator
- Expo Go, a limited sandbox for trying out app development with Expo
You can start developing by editing the files inside the app directory. This project uses file-based routing.
Check out the mobile onboarding blog for more help!
Go to this github repository on github.com. Along the top bar there's a tab called projects. Click it and look around. This is where you will find tasks. Each tasks has a set of requirements. Once met, one of the PMs will review your changes and they will be merged into main (we will take care of this so don't worry about it).
If you are implementing a new feature, create a branch off of main (or if you consider your feature a sub-feature you can branch off of whatever branch you want). Make sure to checkout that branch and only commit and push to that branch until your feature or bug fix is finished.