UNPKG

1.67 kBPlain TextView Raw
1[ignore]
2; We fork some components by platform
3.*/node_modules/.*/*[.]android.js
4
5; Ignore "BUCK" generated dirs
6<PROJECT_ROOT>/\.buckd/
7
8; Ignore unexpected extra "@providesModule"
9.*/node_modules/.*/node_modules/fbjs/.*
10
11; Ignore duplicate module providers
12; For RN Apps installed via npm, "Libraries" folder is inside
13; "node_modules/react-native" but in the source repo it is in the root
14.*/Libraries/react-native/React.js
15
16; Ignore polyfills
17.*/Libraries/polyfills/.*
18
19.*/node_modules/react-navigation/.*
20.*/node_modules/react-native-tab-view/.*
21.*/node_modules/react-native-keyboard-aware-scroll-view/.*
22
23[include]
24
25[libs]
26node_modules/react-native/Libraries/react-native/react-native-interface.js
27node_modules/react-native/flow/
28flow-typed/
29
30[options]
31emoji=true
32
33module.system=haste
34
35munge_underscores=true
36
37module.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'
38
39module.name_mapper='^react-navigation$' -> 'emptyObject'
40
41suppress_type=$FlowIssue
42suppress_type=$FlowFixMe
43suppress_type=$FlowFixMeProps
44suppress_type=$FlowFixMeState
45suppress_type=$FixMe
46
47suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(>=0\\.\\(5[0-3]\\|[1-4][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)
48suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(>=0\\.\\(5[0-3]\\|[1-4][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)?:? #[0-9]+
49suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy
50suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError
51
52unsafe.enable_getters_and_setters=true
53
54[version]
55^0.53.0