We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08e0ead commit 15a183cCopy full SHA for 15a183c
.flowconfig
@@ -77,7 +77,7 @@
77
node_modules/fbjs/lib
78
79
[libs]
80
-js/flow-lib.js
+lib/flow.js
81
node_modules/react-native/Libraries/react-native/react-native-interface.js
82
node_modules/react-native/flow
83
node_modules/fbjs/flow/lib
lib/flow.js
@@ -0,0 +1,4 @@
1
+declare module 'react-native' {
2
+ // noinspection ES6ConvertVarToLetConst
3
+ declare var exports: any;
4
+}
0 commit comments