From b798f12266b74b05461bb55f31a7c762c6f572f2 Mon Sep 17 00:00:00 2001 From: Sofiya Tepikin Date: Sat, 1 Aug 2020 11:58:15 +0000 Subject: [PATCH] Update RELEASE.md --- RELEASE.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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