- Josephine Agatha Hemingway
- Nicholas Arlin Halim
- Pooja Srinivas Nag
- Chua Zi Heng
This is a mobile app aimed to tackle the pains of reservist NS men in Singapore. It is a one stop application for all the needs of NSmen in reservist!
- React Native with Expo (JS)
- Firebase
- username - password - (man/commander)
- [email protected] - Josephine - commander
- [email protected] - Nichalim - man
git clone
the repository and run the following commands:
npm install -g expo-cli
npm install
- To start, run
expo start
ornpm start
- Open web browser version of the mobile app and
Ctrl+Shift+I
to open Developer Tools and view with a401 x 897
frame to simulate the mobile app
- outside the project directory
expo init code_exp
cd code_exp
npm install @react-navigation/native
expo install react-native-screens react-native-safe-area-context --npm
npm install @react-navigation/native-stack
expo install firebase --npm
expo start
Ensure that the index.js file is added to your project before running the expo start
code.