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 {
27
27
28
28
constructor ( props ) {
29
29
super ( props ) ;
30
-
30
+
31
31
Instabug . isRunningLive ( function ( isLive ) {
32
32
if ( isLive ) {
33
- console . log ( "live" ) ;
33
+ Instabug . startWithToken ( 'LIVE_TOKEN' , Instabug . invocationEvent . shake ) ;
34
34
} else {
35
- console . log ( "not live" ) ;
35
+ Instabug . startWithToken ( 'BETA_TOKEN' , Instabug . invocationEvent . shake ) ;
36
36
}
37
37
} ) ;
38
38
39
- Instabug . startWithToken ( '0f0dc916bd9175e3b5d2fdf0cfa49a69' , Instabug . invocationEvent . shake ) ;
40
-
41
39
const ds = new ListView . DataSource ( { rowHasChanged : ( r1 , r2 ) => r1 !== r2 } ) ;
42
40
this . state = {
43
41
dataSource : ds . cloneWithRows ( this . _genRows ( { } ) ) ,
Original file line number Diff line number Diff line change 442
442
24ED9F161EFA6BE300D771DA /* Recovered References */ = {
443
443
isa = PBXGroup;
444
444
children = (
445
+ 5632439F28464ECB86D23318 /* libRNInstabug.a */,
445
446
);
446
447
name = "Recovered References";
447
448
sourceTree = "<group>";
You can’t perform that action at this time.
0 commit comments