📚 Update README.md file

This commit is contained in:
Salma ElTarzi 2017-12-23 12:05:13 +02:00
parent 43d36c811b
commit 5f0b354778

View File

@ -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).