From 08b8216e4f652023dc2582a1c195328c2e7364a3 Mon Sep 17 00:00:00 2001 From: Kenji Miwa Date: Fri, 23 Jun 2017 20:24:33 -0700 Subject: [PATCH] Uninstall app before testing the production build Summary: Otherwise you may get the error `"Package signatures do not match the previously installed version; ignoring!`
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.
_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 --- docs/SignedAPKAndroid.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/SignedAPKAndroid.md b/docs/SignedAPKAndroid.md index cb3065d44..91be8df78 100644 --- a/docs/SignedAPKAndroid.md +++ b/docs/SignedAPKAndroid.md @@ -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