UNPKG

2.19 kBPlain TextView Raw
1[ignore]
2; We fork some components by platform
3.*/*[.]android.js
4
5; Ignore templates for 'react-native init'
6<PROJECT_ROOT>/node_modules/react-native/local-cli/templates/.*
7
8; Ignore RN jest
9<PROJECT_ROOT>/node_modules/react-native/jest/.*
10
11; Ignore RNTester
12<PROJECT_ROOT>/node_modules/react-native/RNTester/.*
13
14; Ignore the website subdir
15<PROJECT_ROOT>/node_modules/react-native/website/.*
16
17; Ignore the Dangerfile
18<PROJECT_ROOT>/node_modules/react-native/danger/dangerfile.js
19
20; Ignore Fbemitter
21<PROJECT_ROOT>/node_modules/fbemitter/.*
22
23; Ignore "BUCK" generated dirs
24<PROJECT_ROOT>/node_modules/react-native/\.buckd/
25
26; Ignore unexpected extra "@providesModule"
27.*/node_modules/.*/node_modules/fbjs/.*
28
29; Ignore polyfills
30<PROJECT_ROOT>/node_modules/react-native/Libraries/polyfills/.*
31
32; Ignore various node_modules
33<PROJECT_ROOT>/node_modules/react-native-gesture-handler/.*
34<PROJECT_ROOT>/node_modules/expo/.*
35<PROJECT_ROOT>/node_modules/react-navigation/.*
36<PROJECT_ROOT>/node_modules/xdl/.*
37<PROJECT_ROOT>/node_modules/reqwest/.*
38<PROJECT_ROOT>/node_modules/metro-bundler/.*
39
40[include]
41
42[libs]
43node_modules/react-native/Libraries/react-native/react-native-interface.js
44node_modules/react-native/flow/
45node_modules/expo/flow/
46
47[options]
48emoji=true
49
50module.system=haste
51
52module.file_ext=.js
53module.file_ext=.jsx
54module.file_ext=.json
55module.file_ext=.ios.js
56
57munge_underscores=true
58
59module.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'
60
61suppress_type=$FlowIssue
62suppress_type=$FlowFixMe
63suppress_type=$FlowFixMeProps
64suppress_type=$FlowFixMeState
65suppress_type=$FixMe
66
67suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(>=0\\.\\(5[0-6]\\|[1-4][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native_oss[a-z,_]*\\)?)\\)
68suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(>=0\\.\\(5[0-6]\\|[1-4][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native_oss[a-z,_]*\\)?)\\)?:? #[0-9]+
69suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy
70suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError
71
72unsafe.enable_getters_and_setters=true
73
74[version]
75^0.56.0