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
3. Open `android/app/src/main/java/[...]/MainApplication.java`
39
44
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.
40
-
In the case that you are using the floating button as an invocation event, you can change the floating button edge and the floating button offset using the last two methods, by replacing `"left"` to `"right"`, and by changing the offset number.
45
+
In the case that you are using the floating button as an invocation event, you can change the floating button edge and the floating button offset using the last two methods, by replacing `"left"` to `"right"`, and by changing the offset number.
41
46
```javascript
42
47
@Override
43
48
protected List<ReactPackage>getPackages() {
@@ -62,9 +67,9 @@ Version 2.0.0
62
67
63
68
### Upgrading from 1.x.x
64
69
65
-
When upgrading from version 1.x.x please make sure you do the following steps:
70
+
When upgrading from version 1.x.x please make sure you do the following steps:
66
71
67
-
1. Run
72
+
1. Run
68
73
```bash
69
74
npm install instabug-reactnative
70
75
```
@@ -79,13 +84,13 @@ pod install
79
84
80
85
```bash
81
86
react-native link instabug-reactnative
82
-
```
87
+
```
83
88
84
89
## Documentation
85
90
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).
86
91
87
92
88
-
## Contact US
93
+
## Contact US
89
94
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