Uninstall app before testing the production build
Summary: Otherwise you may get the error `"Package <package_name> signatures do not match the previously installed version; ignoring!` <details> Thanks for submitting a PR! Please read these instructions carefully: - [ ] Explain the **motivation** for making this change. - [ ] Provide a **test plan** demonstrating that the code is solid. - [ ] Match the **code formatting** of the rest of the codebase. - [ ] Target the `master` branch, NOT a "stable" branch. Please read the [Contribution Guidelines](https://github.com/facebook/react-native/blob/master/CONTRIBUTING.md) to learn more about contributing to React Native. </details> _What existing problem does the pull request solve?_ _A good test plan has the exact commands you ran and their output, provides screenshots or videos if the pull request changes UI or updates the website._ Closes https://github.com/facebook/react-native/pull/14577 Differential Revision: D5272060 Pulled By: AaaChiuuu fbshipit-source-id: 23d88b8dddc4a7d8c6f58361a1cbcd8e6bb750d3
This commit is contained in:
parent
076eaec805
commit
08b8216e4f
|
@ -87,7 +87,7 @@ The generated APK can be found under `android/app/build/outputs/apk/app-release.
|
|||
|
||||
### Testing the release build of your app
|
||||
|
||||
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. First uninstall any previous version of the app you already have installed. Install it on the device using:
|
||||
|
||||
```sh
|
||||
$ react-native run-android --variant=release
|
||||
|
|
Loading…
Reference in New Issue