Skip to content

Commit 5f0b354

Browse files
committed
📚 Update README.md file
1 parent 43d36c8 commit 5f0b354

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed

README.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Upgrading? Check the [Upgrade Guide](#upgrading-guide) before bumping to a new major version.
1010

11-
<img src="http://s3.amazonaws.com/instabug-assets/mockups/annotation.gif" width="25%"/> <img src="http://s3.amazonaws.com/instabug-assets/mockups/dashboard.gif" width="73%"/>
11+
<img src="http://s3.amazonaws.com/instabug-assets/mockups/annotation.gif" width="25%"/> <img src="http://s3.amazonaws.com/instabug-assets/mockups/dashboard.gif" width="73%"/>
1212

1313
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.
1414
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
7979
8080
### Upgrading from 1.x.x
8181
82-
When upgrading from version 1.x.x please make sure you do the following steps:
82+
When upgrading from version 1.x.x, please make sure you do the following steps:
8383
8484
1. Run
8585
```bash
@@ -98,6 +98,25 @@ pod install
9898
react-native link instabug-reactnative
9999
```
100100
101+
### Upgrading from 2.0.x
102+
103+
When upgrading from 2.0.x to 2.1.x, please make sure you do the following steps:
104+
105+
1. Unlink the project before upgrading to the new version
106+
```bash
107+
reacy-native unlink instabug-reactnative
108+
```
109+
110+
2. Install the new version by running
111+
```bash
112+
npm install instabug-reactnative
113+
```
114+
115+
3. Link the project by running
116+
```bash
117+
react-native link instabug-reactnative
118+
```
119+
101120
## Documentation
102121
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).
103122

0 commit comments

Comments
 (0)