This repository hosts the source code for the mobile application of the UiTPAS app. Main purpose of this app is to digitize saving points for their UiTPAS by scanning QR codes at specific locations.
Used technologies/packages:
- React native
- Styled components
- Tanstack React Query (with
persistQueryClient
) - MMKV
- i18next
- React Navigation
- Setup correct node version
nvm use
- Install project dependencies
yarn
- Install Pod's
cd ios && pod install
- Run the app
yarn ios
- Run the app
yarn android
We use Flipper to debug the application.
You can use the following plugins to debug the application:
Functionality | Flipper plugin |
---|---|
storage (MMKV) | react-native-mmkv |
react query | flipper-plugin-react-query-native-devtools |
Note: React Native Debugger will not work, since MMKV does not support this