From 5f0b3547787bb8e927d765ca2e73e6746f438262 Mon Sep 17 00:00:00 2001 From: Salma ElTarzi Date: Sat, 23 Dec 2017 12:05:13 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20Update=20README.md=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4672f67..7289a42 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Upgrading? Check the [Upgrade Guide](#upgrading-guide) before bumping to a new major version. - + Instabug is a reliable [bug reporting and user feedback platform](https://instabug.com/bug-reporting) that empowers mobile-first companies to iterate faster and enhance their app quality. Gather bug reports from your users and the Instabug SDK will automatically capture an environment snapshot of your user's device including all console logs, [server-side network requests](https://instabug.com/network-logging), [bug reproduction steps](https://instabug.com/user-steps) and more details that would help you debug and fix bugs faster. @@ -79,7 +79,7 @@ Version 2.0.0 ### Upgrading from 1.x.x -When upgrading from version 1.x.x please make sure you do the following steps: +When upgrading from version 1.x.x, please make sure you do the following steps: 1. Run ```bash @@ -98,6 +98,25 @@ pod install react-native link instabug-reactnative ``` +### Upgrading from 2.0.x + +When upgrading from 2.0.x to 2.1.x, please make sure you do the following steps: + +1. Unlink the project before upgrading to the new version +```bash +reacy-native unlink instabug-reactnative +``` + +2. Install the new version by running +```bash +npm install instabug-reactnative +``` + +3. Link the project by running +```bash +react-native link instabug-reactnative +``` + ## Documentation For more details about the supported APIs and how to use them, you can check our [**Documentation**](https://docs.instabug.com/docs/react-native-overview).