From d1f9b951a5fd416db0597c8b879562743b60e0fc Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Sun, 31 May 2020 11:35:29 +0000 Subject: [PATCH] Deploy website Deploy website version based on 06b2ff7dccfa13b4279a408090fd2cb7c50c97b7 --- docs/next/signed-apk-android.html | 2 +- docs/next/signed-apk-android/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/next/signed-apk-android.html b/docs/next/signed-apk-android.html index 88fede3860c..e31ae028c5f 100644 --- a/docs/next/signed-apk-android.html +++ b/docs/next/signed-apk-android.html @@ -134,7 +134,7 @@ $ ./gradlew bundleRelease

The generated AAB can be found under android/app/build/outputs/bundle/release/app.aab, and is ready to be uploaded to Google Play.

Note: In order for Google Play to accept AAB format the App Signing by Google Play needs to be configured for your application on the Google Play Console. If you are updating an existing app that doesn't use App Signing by Google Play, please check our migration section to learn how to perform that configuration change.

Testing the release build of your app

-

Before uploading the release build to the Play Store, make sure you test it thoroughly. First uninstall any previous version of the app you already have installed. Install it on the device using:

+

Before uploading the release build to the Play Store, make sure you test it thoroughly. First uninstall any previous version of the app you already have installed. Install it on the device using the following command in the project root:

$ npx react-native run-android --variant=release
 

Note that --variant=release is only available if you've set up signing as described above.

diff --git a/docs/next/signed-apk-android/index.html b/docs/next/signed-apk-android/index.html index 88fede3860c..e31ae028c5f 100644 --- a/docs/next/signed-apk-android/index.html +++ b/docs/next/signed-apk-android/index.html @@ -134,7 +134,7 @@ $ ./gradlew bundleRelease

The generated AAB can be found under android/app/build/outputs/bundle/release/app.aab, and is ready to be uploaded to Google Play.

Note: In order for Google Play to accept AAB format the App Signing by Google Play needs to be configured for your application on the Google Play Console. If you are updating an existing app that doesn't use App Signing by Google Play, please check our migration section to learn how to perform that configuration change.

Testing the release build of your app

-

Before uploading the release build to the Play Store, make sure you test it thoroughly. First uninstall any previous version of the app you already have installed. Install it on the device using:

+

Before uploading the release build to the Play Store, make sure you test it thoroughly. First uninstall any previous version of the app you already have installed. Install it on the device using the following command in the project root:

$ npx react-native run-android --variant=release
 

Note that --variant=release is only available if you've set up signing as described above.