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
React Native Debugger will not work, since MMKV does not support this
We use Flipper to debug the application. If you want to debug the MMKV storage, install the MMKV flipper plugin by searching for 'react-native-mmkv' in the Plugin Manager in Flipper