File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -31,10 +31,11 @@ export default class App extends Component<{}> {
31
31
constructor ( props ) {
32
32
super ( props ) ;
33
33
this . state = {
34
- switchValue : false ,
35
- colorTheme : 'Dark '
34
+ switchValue : true ,
35
+ colorTheme : 'Light '
36
36
} ;
37
- Instabug . startWithToken ( "APP_TOKEN" , Instabug . invocationEvent . shake ) ;
37
+
38
+ Instabug . startWithToken ( "APP_TOKEN" , [ Instabug . invocationEvent . shake ] ) ;
38
39
Instabug . setReportCategories ( "Performance" , "UI" , "Flow" , "Other" ) ;
39
40
Instabug . setPromptOptionsEnabled ( true , true , true ) ;
40
41
Instabug . setLocale ( Instabug . locale . english ) ;
@@ -95,7 +96,6 @@ export default class App extends Component<{}> {
95
96
}
96
97
97
98
invocationEvent ( ) {
98
- if ( Platform . OS === 'ios ') {
99
99
return (
100
100
< View >
101
101
< Text style = { styles . textColor } > Change Invocation Event < / T e x t >
You can’t perform that action at this time.
0 commit comments