Replace the outdated flag

Summary:
**Motivation**

Documentation was referring to an outdated command line flag for building a signed APK. https://github.com/facebook/react-native/issues/12698

**Test plan**

This PR does not contain any code changes.
Closes https://github.com/facebook/react-native/pull/12699

Differential Revision: D4655915

fbshipit-source-id: fdad86e0be60929525172022980f1950c8b0188d
This commit is contained in:
Sung Won Cho 2017-03-04 00:02:52 -08:00 committed by Facebook Github Bot
parent 500dd2cff3
commit 7e2d7f0c98
1 changed files with 2 additions and 2 deletions

View File

@ -89,10 +89,10 @@ The generated APK can be found under `android/app/build/outputs/apk/app-release.
Before uploading the release build to the Play Store, make sure you test it thoroughly. Install it on the device using:
```sh
$ react-native run-android --configuration=release
$ react-native run-android --variant=release
```
Note that `--configuration=release` is only available if you've set up signing as described above.
Note that `--variant=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.