11[ignore]
22
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-
273; Ignore react-native-fbads dependency of the expo sdk
28- .*/node_modules/react-native-fbads/*
4+ .*/lib/*
5+ .*/example/*
296
307; Ignore libraries with broken flow
318
329<PROJECT_ROOT>/node_modules/.*
3310[include]
3411
3512[libs]
36- node_modules/react-native/Libraries/react-native/react-native-interface.js
37- node_modules/react-native/flow
38- flow/
3913
4014[options]
4115module.system=haste
@@ -48,8 +22,6 @@ experimental.strict_type_args=true
4822
4923munge_underscores=true
5024
51- module.name_mapper='^react-navigation$' -> 'emptyObject'
52-
5325module.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'
5426
5527suppress_type=$FlowIssue
0 commit comments