diff --git a/RELEASE.md b/RELEASE.md index e539d51..9d9d7a9 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -19,4 +19,6 @@ To then bundle a release run the following command on your branch: cd android && ./gradlew bundleRelease ``` -This command creates an `app.aab` file in the folder `/android/app/build/outputs/bundle/release`. \ No newline at end of file +This command creates an `app.aab` file in the folder `/android/app/build/outputs/bundle/release`. + +[More on Android App Bundle](https://blog.swmansion.com/make-your-react-native-app-3x-smaller-44c993eda2c9) \ No newline at end of file