Skip to content

Commit c50570f

Browse files
author
Ali Abdelfattah
authored
Update README.md
1 parent 70afe6b commit c50570f

File tree

1 file changed

+41
-41
lines changed

1 file changed

+41
-41
lines changed

README.md

Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -113,46 +113,6 @@ import Instabug from 'instabug-reactnative';
113113
}
114114
}
115115
```
116-
## Update Guide
117-
### Updating to versions 8.0-8.4.x
118-
119-
When updating to version 8.0 through 8.4.x, you'll need to perform the steps below.
120-
121-
1. Unlink Instabug
122-
```bash
123-
react-native unlink instabug-reactnative
124-
```
125-
126-
2. Install the new version of Instabug
127-
```bash
128-
npm install instabug-reactnative
129-
```
130-
131-
3. Link Instabug
132-
```bash
133-
react-native link instabug-reactnative
134-
```
135-
136-
### Updating to version 8.5
137-
138-
_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._
139-
140-
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.
141-
142-
1. Unlink Instabug
143-
```bash
144-
react-native unlink instabug-reactnative
145-
```
146-
147-
2. Install the new version of Instabug
148-
```bash
149-
npm install instabug-reactnative
150-
```
151-
152-
3. Add Instabug to your project
153-
```bash
154-
react-native add-instabug
155-
```
156116
157117
## Microphone and Photo Library Usage Description (iOS Only)
158118
@@ -242,11 +202,51 @@ You can disable Repro Steps using the following API:
242202
Instabug.setReproStepsMode(Instabug.reproStepsMode.disabled);
243203
```
244204
245-
⚠️ Note: [User Steps](https://help.instabug.com/en/articles/2515300-instabug-report-logs-user-steps) isn't officially supported yet.
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+
```
246245
247246
## Features that are not supported yet
248247
249248
- Push Notification Support for In-App Messaging
249+
- [User Steps](https://help.instabug.com/en/articles/2515300-instabug-report-logs-user-steps).
250250
251251
## Documentation
252252

0 commit comments

Comments
 (0)