Remove flow annotation

This commit is contained in:
Connor McEwen 2017-04-03 11:07:49 +01:00
parent 966d411c86
commit 3c1b12e2c3

View File

@ -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
}
};
};