Replace bundleRelease with assembleRelease in README

This commit is contained in:
Brandon Presley 2022-07-07 18:58:44 +12:00
parent b25aa2edfc
commit 0fb239f59e
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ First follow the [React Native Environment Setup](https://reactnative.dev/docs/e
```sh
cd android
./gradlew bundleRelease
./gradlew assembleRelease
```
The apk file can be found at `./app/build/outputs/apk/release/app-release.apk`