diff --git a/.gitignore b/.gitignore index 55c8749..911a6ff 100644 --- a/.gitignore +++ b/.gitignore @@ -37,5 +37,6 @@ yarn-error.* app-example android +ios .env coverage \ No newline at end of file diff --git a/README.md b/README.md index eff77e9..6319621 100644 --- a/README.md +++ b/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). +### 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 To learn more about developing your project with Expo, look at the following resources: