Getting Started
Installation
Requires NodeJS version 18.14.0+
Requires npm version 9.3.1+
Install the required packages using the npm package manager.
npm iSetup
Setup for the mobile application is identical to the frontend application. Follow the Setup guide from the Frontend application for this mobile application.
The file structure is different for the two applications, all folders within src directory on the frontend application are under the root directory in this mobile application.
Running
Requires Expo version 45
Running the application for development requires an emulator.
To run the application, start a development server by running:
npm startOnce started, launch the application on an Emulator or Expo Go.
The application can also be installed onto an Emulator or device with a development build for development as a standalone application. To do so, run:
npm run androidor for iOS:
npm run iosMore information can be found on Expo documentation to develop with Expo Go (opens in a new tab) or to Run on device (opens in a new tab). Full Expo guide can be found here (opens in a new tab).