You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ import Instabug from 'instabug-reactnative';
51
51
2. Then initialize it in the `constructor` or `componentWillMount`. This line will let the Instabug SDK work with the default behavior. The SDK will be invoked when the device is shaken. You can customize this behavior through the APIs (You can skip this step if you are building an Android app only).
3. Open `android/app/src/main/java/[...]/MainApplication.java`
57
57
You should find the getPackages method looks like the following snippet. You just need to add your Android app token (You can skip this step if you are building an iOS app only). You can change the invocation event from here, simply by replacing the `"shake"` with any of the following `"button"`, `"none"`, `"screenshot"`, or `"swipe"`. You can change the primary color by replacing the `"#1D82DC"` with any colour of your choice.
@@ -99,13 +99,13 @@ pod install
99
99
react-native link instabug-reactnative
100
100
```
101
101
102
-
### Upgrading from 2.0.x
102
+
### Upgrading from 2.0.x and from 8.0.3
103
103
104
-
When upgrading from 2.0.x to 2.1.x, please make sure you do the following steps:
104
+
When upgrading from 2.0.x to 2.1.x or from 8.0.3 to 8.x, please make sure you do the following steps:
105
105
106
106
1. Unlink the project before upgrading to the new version
107
107
```bash
108
-
reacy-native unlink instabug-reactnative
108
+
react-native unlink instabug-reactnative
109
109
```
110
110
111
111
2. Install the new version by running
@@ -137,7 +137,7 @@ If your app doesn’t already access the microphone or photo library, we recomme
137
137
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).
138
138
139
139
140
-
## Contact US
140
+
## Contact Us
141
141
If you have any questions or feedback don't hesitate to get in touch. You can reach us at any time through **[email protected]**.
0 commit comments