Merge pull request #42 from djwesty/djwesty/41
Added instructions to build APK
This commit is contained in:
commit
ec5521c542
1
.gitignore
vendored
1
.gitignore
vendored
@ -37,5 +37,6 @@ yarn-error.*
|
|||||||
|
|
||||||
app-example
|
app-example
|
||||||
android
|
android
|
||||||
|
ios
|
||||||
.env
|
.env
|
||||||
coverage
|
coverage
|
13
README.md
13
README.md
@ -60,6 +60,19 @@ In the output, you'll find options to open the app in a
|
|||||||
|
|
||||||
You can start developing by editing the files inside the **app** directory. This project uses [file-based routing](https://docs.expo.dev/router/introduction).
|
You can start developing by editing the files inside the **app** directory. This project uses [file-based routing](https://docs.expo.dev/router/introduction).
|
||||||
|
|
||||||
|
### Android APK build
|
||||||
|
|
||||||
|
To create an APK build, use the following
|
||||||
|
|
||||||
|
```bash
|
||||||
|
npx expo prebuild
|
||||||
|
cd android
|
||||||
|
./gradlew assembleRelease # linux
|
||||||
|
gradlew.bat assembleRelease # possible windows command
|
||||||
|
```
|
||||||
|
|
||||||
|
Then, see `android/app/build/outputs/apk/release/app-release.apk` for the output
|
||||||
|
|
||||||
### Learn more
|
### Learn more
|
||||||
|
|
||||||
To learn more about developing your project with Expo, look at the following resources:
|
To learn more about developing your project with Expo, look at the following resources:
|
||||||
|
Loading…
Reference in New Issue
Block a user