Skip to content

Commit 0552549

Browse files
Merge pull request #27 from cmcewen/master
Remove flow annotation
2 parents c64f24a + 3c1b12e commit 0552549

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

index.js

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
/**
2-
* Sample React Native App
3-
* https://github.com/facebook/react-native
4-
* @flow
5-
*/
6-
71
import {NativeModules, NativeAppEventEmitter, Platform} from 'react-native';
82

93
let {Instabug} = NativeModules;
@@ -619,4 +613,4 @@ module.exports = {
619613
messageNotification: Instabug.messageNotification,
620614
messagesNotificationAndOthers: Instabug.messagesNotificationAndOthers
621615
}
622-
};
616+
};

0 commit comments

Comments
 (0)