Updated a command

Summary:
The command at line 90 does not work anymore, updated to reflect current revision.
Closes https://github.com/facebook/react-native/pull/11635

Differential Revision: D4389138

Pulled By: hramos

fbshipit-source-id: 4ac071ba2d47aa6bfbe7fb2ccaaf9800aa9e7e68
This commit is contained in:
Jacob Jimenez 2017-01-06 15:12:27 -08:00 committed by Facebook Github Bot
parent c1f40eb8c9
commit e7e65a36b9

View File

@ -87,7 +87,7 @@ 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: Before uploading the release build to the Play Store, make sure you test it thoroughly. Install it on the device using:
```sh ```sh
$ react-native run-android --variant=release $ react-native run-android --configuration=release
``` ```
Note that `--variant=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.