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<{}> {
4242 colorTheme : 'Light' ,
4343 } ;
4444
45- Instabug . start ( '068ba9a8c3615035e163dc5f829c73be ' , [
45+ Instabug . start ( '2c63627b9923e10eee2c8abf92e6925f ' , [
4646 Instabug . invocationEvent . floatingButton ,
4747 ] ) ;
4848 }
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ public ReactNativeHost getReactNativeHost() {
4545 @ Override
4646 public void onCreate () {
4747 super .onCreate ();
48- new RNInstabugReactnativePackage .Builder ("YOUR_TOKEN " , MainApplication .this )
48+ new RNInstabugReactnativePackage .Builder ("2c63627b9923e10eee2c8abf92e6925f " , MainApplication .this )
4949 .setInvocationEvent ("button" )
5050 .setPrimaryColor ("#1D82DC" )
5151 .setFloatingEdge ("left" )
You can’t perform that action at this time.
0 commit comments