File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
ios/InstabugSample.xcodeproj Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -27,17 +27,15 @@ export default class InstabugSample extends Component {
2727
2828 constructor ( props ) {
2929 super ( props ) ;
30-
30+
3131 Instabug . isRunningLive ( function ( isLive ) {
3232 if ( isLive ) {
33- console . log ( "live" ) ;
33+ Instabug . startWithToken ( 'LIVE_TOKEN' , Instabug . invocationEvent . shake ) ;
3434 } else {
35- console . log ( "not live" ) ;
35+ Instabug . startWithToken ( 'BETA_TOKEN' , Instabug . invocationEvent . shake ) ;
3636 }
3737 } ) ;
3838
39- Instabug . startWithToken ( '0f0dc916bd9175e3b5d2fdf0cfa49a69' , Instabug . invocationEvent . shake ) ;
40-
4139 const ds = new ListView . DataSource ( { rowHasChanged : ( r1 , r2 ) => r1 !== r2 } ) ;
4240 this . state = {
4341 dataSource : ds . cloneWithRows ( this . _genRows ( { } ) ) ,
Original file line number Diff line number Diff line change 442442 24ED9F161EFA6BE300D771DA /* Recovered References */ = {
443443 isa = PBXGroup;
444444 children = (
445+ 5632439F28464ECB86D23318 /* libRNInstabug.a */,
445446 );
446447 name = "Recovered References";
447448 sourceTree = "<group>";
You can’t perform that action at this time.
0 commit comments