We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d2768a commit 66c3a39Copy full SHA for 66c3a39
InstabugSample/android/app/src/main/java/com/instabugsample/MainApplication.java
@@ -45,7 +45,7 @@ public ReactNativeHost getReactNativeHost() {
45
@Override
46
public void onCreate() {
47
super.onCreate();
48
- new RNInstabugReactnativePackage.Builder("YOUR_TOKEN", MainApplication.this)
+ new RNInstabugReactnativePackage.Builder("2c63627b9923e10eee2c8abf92e6925f", MainApplication.this)
49
.setInvocationEvent("button")
50
.setPrimaryColor("#1D82DC")
51
.setFloatingEdge("left")
0 commit comments