Update RELEASE.md

This commit is contained in:
Sofiya Tepikin
2020-08-01 11:58:15 +00:00
parent 9d05b27d32
commit b798f12266
+3 -1
View File
@@ -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`.
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)