File tree Expand file tree Collapse file tree 1 file changed +0
-46
lines changed Expand file tree Collapse file tree 1 file changed +0
-46
lines changed Original file line number Diff line number Diff line change @@ -202,52 +202,6 @@ You can disable Repro Steps using the following API:
202
202
Instabug.setReproStepsMode(Instabug.reproStepsMode.disabled);
203
203
` ` `
204
204
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
-
251
205
# # Documentation
252
206
253
207
For more details about the supported APIs and how to use them, check our [** Documentation** ](https://docs.instabug.com/docs/react-native-overview).
You can’t perform that action at this time.
0 commit comments