diff --git a/index.js b/index.js index fc6cc2a..6a905b3 100644 --- a/index.js +++ b/index.js @@ -1,9 +1,3 @@ -/** - * Sample React Native App - * https://github.com/facebook/react-native - * @flow - */ - import {NativeModules, NativeAppEventEmitter, Platform} from 'react-native'; let {Instabug} = NativeModules; @@ -619,4 +613,4 @@ module.exports = { messageNotification: Instabug.messageNotification, messagesNotificationAndOthers: Instabug.messagesNotificationAndOthers } -}; \ No newline at end of file +};