We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dec3a7f commit 09c8680Copy full SHA for 09c8680
.flowconfig
@@ -5,20 +5,12 @@
5
; Ignore "BUCK" generated dirs
6
<PROJECT_ROOT>/\.buckd/
7
8
-; Ignore polyfills
9
-node_modules/react-native/Libraries/polyfills/.*
10
-
11
-; These should not be required directly
12
-; require from fbjs/lib instead: require('fbjs/lib/warning')
13
-node_modules/warning/.*
+; Ignore node_modules
+<PROJECT_ROOT>/node_modules/.*
14
15
; Flow doesn't support platforms
16
.*/Libraries/Utilities/LoadingView.js
17
18
19
20
21
22
23
.*/Libraries/Utilities/HMRLoadingView.js
24
0 commit comments