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:
parent
c1f40eb8c9
commit
e7e65a36b9
|
@ -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:
|
||||
|
||||
```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.
|
||||
|
|
Loading…
Reference in New Issue