To run the frontend, complete the following:
- Install Expo Go and configure the simulators for Android (I personally use Expo Orbit to have quick access to both iOS and Android after setting everything up with Android Studio etc.)
- Navigate into the
Frontendfolder and runnpm i(or whatever the command is called) to install all dependencies, then runnpx expo startto start the app and then pressato open up the app on the Android simulator
Important notes regarding frontend:
- We are using
React-Native-Paperfor our component library because it’s pretty easy to use - We are using
Expo-Routerto handle navigation between pages, some useful pages can be found here: