mirror of
https://github.com/status-im/instabug-reactnative.git
synced 2025-03-02 14:10:40 +00:00
📚 Update README.md file
This commit is contained in:
parent
43d36c811b
commit
5f0b354778
21
README.md
21
README.md
@ -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).
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user