File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- import { NativeModules , NativeAppEventEmitter , Platform } from ' react-native' ;
1
+ import { NativeModules , NativeAppEventEmitter , Platform } from " react-native" ;
2
2
let { Instabug} = NativeModules ;
3
3
4
4
/**
@@ -18,7 +18,7 @@ module.exports = {
18
18
* the SDK's UI.
19
19
*/
20
20
startWithToken : function ( token , invocationEvent ) {
21
- Instabug . startWithToken ( token , invocationEvent ) ;
21
+ Instabug . startWithToken ( token , invocationEvent ) ;
22
22
} ,
23
23
24
24
/**
@@ -500,7 +500,7 @@ module.exports = {
500
500
setReportCategories : function ( titles ) {
501
501
if ( Platform . OS == 'ios' ) {
502
502
Instabug . setReportCategories ( titles , null ) ;
503
- } else if ( Platform . OS == 'android' ) {
503
+ } else if ( Platform . OS == 'android' ) {
504
504
Instabug . setReportCategories ( titles ) ;
505
505
}
506
506
} ,
You can’t perform that action at this time.
0 commit comments