File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
android/app/src/main/java/com/instabugsample Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ class Home extends Component<{}> {
42
42
colorTheme : 'Light' ,
43
43
} ;
44
44
45
- Instabug . start ( '068ba9a8c3615035e163dc5f829c73be ' , [
45
+ Instabug . start ( '2c63627b9923e10eee2c8abf92e6925f ' , [
46
46
Instabug . invocationEvent . floatingButton ,
47
47
] ) ;
48
48
}
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ public ReactNativeHost getReactNativeHost() {
45
45
@ Override
46
46
public void onCreate () {
47
47
super .onCreate ();
48
- new RNInstabugReactnativePackage .Builder ("YOUR_TOKEN " , MainApplication .this )
48
+ new RNInstabugReactnativePackage .Builder ("2c63627b9923e10eee2c8abf92e6925f " , MainApplication .this )
49
49
.setInvocationEvent ("button" )
50
50
.setPrimaryColor ("#1D82DC" )
51
51
.setFloatingEdge ("left" )
You can’t perform that action at this time.
0 commit comments