This is the base project used for G2i's CLI test on React Native
Requires:
- Node (minimum LTS version)
- npm
- yarn
Check the official docs if you have issues
Install dependencies: yarn
for iOS:
Install pods: cd ios && pod install
Build iOS: yarn ios
for Android:
Build Android: yarn android
The project uses ESLINT and Prettier to have consistency. We expect every change to abide to these two tools.
Check this post out. In summary make sure to exclude Arm64 from the project architecture.