We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c64f24a + 3c1b12e commit 0552549Copy full SHA for 0552549
index.js
@@ -1,9 +1,3 @@
1
-/**
2
- * Sample React Native App
3
- * https://github.com/facebook/react-native
4
- * @flow
5
- */
6
-
7
import {NativeModules, NativeAppEventEmitter, Platform} from 'react-native';
8
9
let {Instabug} = NativeModules;
@@ -619,4 +613,4 @@ module.exports = {
619
613
messageNotification: Instabug.messageNotification,
620
614
messagesNotificationAndOthers: Instabug.messagesNotificationAndOthers
621
615
}
622
-};
616
+};
0 commit comments