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.Insert the following lines inside the dependencies block in `android/app/build.gradle`:
45
+
40
46
```gradle
41
47
compile project(':instabug-reactnative')
42
48
```
@@ -105,6 +111,8 @@ The invocation event can be specified as one of the following values:
105
111
| 'none' | InstabugInvocationEvent.NONE | No event will be registered to show the feedback form, you'll need to code your own and call the method invoke. |
106
112
107
113
The InstabugColorTheme can be specified as one of the following values:
0 commit comments