React Native
- Fork the repository
- Clone the repository
- Install the dependencies by
npm install - Run in Android by
npm run android - Run in IOS by
npm run ios
- In project folder, run
npm run release - Then do
cd android - Then
./gradlew clean - And lastly
./gradlew assembleRelease -x bundleReleaseJsAndAssets - Get APK from
./android/app/build/outputs/apk/release

