mirror of
https://github.com/status-im/instabug-reactnative.git
synced 2025-03-03 06:30:41 +00:00
Remove flow annotation
This commit is contained in:
parent
966d411c86
commit
3c1b12e2c3
8
index.js
8
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
|
||||
}
|
||||
};
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user