Skip to content

Commit 15cfd6f

Browse files
committed
Fix broken index.js
1 parent dc98ddd commit 15cfd6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @flow
55
*/
66

7-
import { NativeModules, NativeAppEventEmitter } from 'react-native';
7+
import { NativeModules, NativeAppEventEmitter, Platform } from 'react-native';
88

99
let {Instabug} = NativeModules;
1010

0 commit comments

Comments
 (0)