Skip to content

Commit 6502a61

Browse files
author
Ali Abdelfattah
authored
Update README.md (#666)
1 parent 7a9e39f commit 6502a61

File tree

1 file changed

+0
-46
lines changed

1 file changed

+0
-46
lines changed

README.md

Lines changed: 0 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -202,52 +202,6 @@ You can disable Repro Steps using the following API:
202202
Instabug.setReproStepsMode(Instabug.reproStepsMode.disabled);
203203
```
204204
205-
## Update Guide
206-
### Updating to versions 8.0-8.4.x
207-
208-
When updating to version 8.0 through 8.4.x, you'll need to perform the steps below.
209-
210-
1. Unlink Instabug
211-
```bash
212-
react-native unlink instabug-reactnative
213-
```
214-
215-
2. Install the new version of Instabug
216-
```bash
217-
npm install instabug-reactnative
218-
```
219-
220-
3. Link Instabug
221-
```bash
222-
react-native link instabug-reactnative
223-
```
224-
225-
### Updating to version 8.5
226-
227-
_Only for apps using React Native >= 0.60. If you're using a lower version, you don't need to perform any extra steps when updating._
228-
229-
Version 8.5 adds support for React Native 0.60. To use Instabug 8.5 with React Native 0.60, you'll need to perform the following steps.
230-
231-
1. Unlink Instabug
232-
```bash
233-
react-native unlink instabug-reactnative
234-
```
235-
236-
2. Install the new version of Instabug
237-
```bash
238-
npm install instabug-reactnative
239-
```
240-
241-
3. Add Instabug to your project
242-
```bash
243-
react-native add-instabug
244-
```
245-
246-
## Features that are not supported yet
247-
248-
- Push Notification Support for In-App Messaging
249-
- [User Steps](https://help.instabug.com/en/articles/2515300-instabug-report-logs-user-steps).
250-
251205
## Documentation
252206
253207
For more details about the supported APIs and how to use them, check our [**Documentation**](https://docs.instabug.com/docs/react-native-overview).

0 commit comments

Comments
 (0)