- clone the project && cd to the root directory of the project
- npm install or yarn
- npx react-native run-android
- cd android && ./gradlew assmebleRelease for the apk version or ./gradlew bundleRelease for the .abb (recommended for google play)
- clone the project && cd to the root directory of the project
- npm install or yarn
- cd ios && pod install
- cd .. && npx react-native run-ios