From 29a996c83e36547f5f09da1ce0579574efb375d7 Mon Sep 17 00:00:00 2001 From: "C. T. Lin" Date: Mon, 23 Jan 2017 11:19:09 -0800 Subject: [PATCH] variant -> configuration Summary: Closes https://github.com/facebook/react-native/pull/11909 Differential Revision: D4432605 Pulled By: hramos fbshipit-source-id: 760d043da383aa14a331d8420f6f28647edb046c --- docs/SignedAPKAndroid.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/SignedAPKAndroid.md b/docs/SignedAPKAndroid.md index 2a5df0666ee..d4d7c939246 100644 --- a/docs/SignedAPKAndroid.md +++ b/docs/SignedAPKAndroid.md @@ -92,7 +92,7 @@ Before uploading the release build to the Play Store, make sure you test it thor $ react-native run-android --configuration=release ``` -Note that `--variant=release` is only available if you've set up signing as described above. +Note that `--configuration=release` is only available if you've set up signing as described above. You can kill any running packager instances, all your and framework JavaScript code is bundled in the APK's assets.