yarn install
yarn pod:install
- On VSCode press combo keys: Command + Shift + P
- Type in search box: "TypeScript: Select TypeScript Version"
- Pick the row: "Use Workspace Version 3.7.2"
- Or follow official instruction
At the root folder of project
- Debug mode
yarn ios
- Release mode
yarn ios:release
- First need to start an emulator
- Debug mode
yarn android
- Release mode
yarn android:release