Merge pull request #27 from cmcewen/master

Remove flow annotation
This commit is contained in:
Hossam Hassan 2017-05-07 04:54:27 +02:00 committed by GitHub
commit 0552549856

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;