This is a react native boilerplate with many useful component such as:
- Login stack with login screen
- Home stack with tow screens
- Scan stack
- Settings stack with tow screens
- Custom animated Tab navigation bar
react-navigation v5
- Custom
- Custom
- Custom icons library using RemixIcons v2.5
- First run
yarn install && cd ios && pod install && cd ..
- Or
npm install && cd ios && pod install && cd ..
rn-boilerplate came with 2 build flavors for both platform
- Debug
yarn android-staging
- release
yarn android-staging-release
- Debug
yarn android-production
- release
yarn android-production-release
- Debug
yarn ios-staging
- release
yarn ios-staging-release
- Debug
yarn ios-production
- release
yarn ios-production-release
Please open an issue if something doesn't work or is not clear enough.