mirror of
https://github.com/status-im/instabug-reactnative.git
synced 2025-03-03 22:50:48 +00:00
Adjust spaces in index.js
This commit is contained in:
parent
f78b91c9f3
commit
f1d3267aab
6
index.js
6
index.js
@ -1,4 +1,4 @@
|
|||||||
import {NativeModules, NativeAppEventEmitter, Platform} from 'react-native';
|
import {NativeModules, NativeAppEventEmitter, Platform} from "react-native";
|
||||||
let {Instabug} = NativeModules;
|
let {Instabug} = NativeModules;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -18,7 +18,7 @@ module.exports = {
|
|||||||
* the SDK's UI.
|
* the SDK's UI.
|
||||||
*/
|
*/
|
||||||
startWithToken: function (token, invocationEvent) {
|
startWithToken: function (token, invocationEvent) {
|
||||||
Instabug.startWithToken(token, invocationEvent);
|
Instabug.startWithToken(token, invocationEvent);
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -500,7 +500,7 @@ module.exports = {
|
|||||||
setReportCategories: function (titles) {
|
setReportCategories: function (titles) {
|
||||||
if (Platform.OS == 'ios') {
|
if (Platform.OS == 'ios') {
|
||||||
Instabug.setReportCategories(titles, null);
|
Instabug.setReportCategories(titles, null);
|
||||||
}else if(Platform.OS == 'android') {
|
} else if (Platform.OS == 'android') {
|
||||||
Instabug.setReportCategories(titles);
|
Instabug.setReportCategories(titles);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user