1
1
[ignore]
2
2
3
- ; We fork some components by platform
4
- .*/*[.]android.js
5
-
6
- ; Ignore "BUCK" generated dirs
7
- <PROJECT_ROOT>/\.buckd/
8
-
9
- ; Ignore unexpected extra "@providesModule"
10
- .*/node_modules/.*/node_modules/fbjs/.*
11
-
12
- ; Ignore duplicate module providers
13
- ; For RN Apps installed via npm, "Libraries" folder is inside
14
- ; "node_modules/react-native" but in the source repo it is in the root
15
- .*/Libraries/react-native/React.js
16
- .*/Libraries/react-native/ReactNative.js
17
-
18
- ; Additional create-react-native-app ignores
19
-
20
- ; Ignore duplicate module providers
21
- .*/node_modules/fbemitter/lib/*
22
-
23
- ; Ignore misbehaving dev-dependencies
24
- .*/node_modules/xdl/build/*
25
- .*/node_modules/reqwest/tests/*
26
-
27
3
; Ignore react-native-fbads dependency of the expo sdk
28
- .*/node_modules/react-native-fbads/*
4
+ .*/lib/*
5
+ .*/example/*
29
6
30
7
; Ignore libraries with broken flow
31
8
32
9
<PROJECT_ROOT>/node_modules/.*
33
10
[include]
34
11
35
12
[libs]
36
- node_modules/react-native/Libraries/react-native/react-native-interface.js
37
- node_modules/react-native/flow
38
- flow/
39
13
40
14
[options]
41
15
module.system=haste
@@ -48,8 +22,6 @@ experimental.strict_type_args=true
48
22
49
23
munge_underscores=true
50
24
51
- module.name_mapper='^react-navigation$' -> 'emptyObject'
52
-
53
25
module.name_mapper='^[./a-zA-Z0-9$_-]+\.\(bmp\|gif\|jpg\|jpeg\|png\|psd\|svg\|webp\|m4v\|mov\|mp4\|mpeg\|mpg\|webm\|aac\|aiff\|caf\|m4a\|mp3\|wav\|html\|pdf\)$' -> 'RelativeImageStub'
54
26
55
27
suppress_type=$FlowIssue
0 commit comments