- Clone this repo
- Run
yarn install
ornpm install
- Run
yarn run compile
ornpm run compile
- Ensure
%ANDROID_HOME%
environment variable is set - Run
yarn run run:android
oryarn run run:android:device
(to run in a device)
- Page navigation
- Using
react-native-navigation
- Using
- Database implementation
- Using
react-native-sqlite-storage
- Using
- Typescript implementation (tsx)