Skip to content

Commit

Permalink
Incorrect command
Browse files Browse the repository at this point in the history
  • Loading branch information
nfort authored Sep 10, 2020
1 parent ec52109 commit fa8a18e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/signed-apk-android.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,10 @@ In order for Google Play to accept AAB format the App Signing by Google Play nee
Before uploading the release build to the Play Store, make sure you test it thoroughly. First uninstall any previous version of the app you already have installed. Install it on the device using the following command in the project root:

```sh
npx react-native run-android --variant=release
npx react-native run-android --variant 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.

You can terminate any running bundler instances, since all your framework and JavaScript code is bundled in the APK's assets.

Expand Down

0 comments on commit fa8a18e

Please sign in to comment.