variant -> configuration
Summary: Closes https://github.com/facebook/react-native/pull/11909 Differential Revision: D4432605 Pulled By: hramos fbshipit-source-id: 760d043da383aa14a331d8420f6f28647edb046c
This commit is contained in:
parent
9681583cf3
commit
29a996c83e
|
@ -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
|
$ 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.
|
You can kill any running packager instances, all your and framework JavaScript code is bundled in the APK's assets.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue