From 3c1b12e2c30683f18cc5ae4a1d052fc9e597a644 Mon Sep 17 00:00:00 2001 From: Connor McEwen Date: Mon, 3 Apr 2017 11:07:49 +0100 Subject: [PATCH] Remove flow annotation --- index.js | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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 +};