|
| 1 | +[ignore] |
| 2 | +; We fork some components by platform |
| 3 | +.*/*[.]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 | +.*/Libraries/react-native/ReactNative.js |
| 16 | + |
| 17 | +; Additional create-react-native-app ignores |
| 18 | + |
| 19 | +; Ignore duplicate module providers |
| 20 | +.*/node_modules/fbemitter/lib/* |
| 21 | + |
| 22 | +; Ignore misbehaving dev-dependencies |
| 23 | +.*/node_modules/xdl/build/* |
| 24 | +.*/node_modules/reqwest/tests/* |
| 25 | + |
| 26 | +; Ignore missing expo-sdk dependencies (temporarily) |
| 27 | +; https://github.com/expo/expo/issues/162 |
| 28 | +.*/node_modules/expo/src/* |
| 29 | + |
| 30 | +; Ignore react-native-fbads dependency of the expo sdk |
| 31 | +.*/node_modules/react-native-fbads/* |
| 32 | + |
| 33 | +[include] |
| 34 | + |
| 35 | +[libs] |
| 36 | +node_modules/react-native/Libraries/react-native/react-native-interface.js |
| 37 | +node_modules/react-native/flow |
| 38 | +flow/ |
| 39 | + |
| 40 | +[options] |
| 41 | +module.system=haste |
| 42 | + |
| 43 | +emoji=true |
| 44 | + |
| 45 | +experimental.strict_type_args=true |
| 46 | + |
| 47 | +munge_underscores=true |
| 48 | + |
| 49 | +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' |
| 50 | + |
| 51 | +suppress_type=$FlowIssue |
| 52 | +suppress_type=$FlowFixMe |
| 53 | +suppress_type=$FixMe |
| 54 | + |
| 55 | +suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(>=0\\.\\(4[0-7]\\|[1-3][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native_oss[a-z,_]*\\)?)\\) |
| 56 | +suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(>=0\\.\\(4[0-7]\\|[1-3][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native_oss[a-z,_]*\\)?)\\)?:? #[0-9]+ |
| 57 | +suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy |
| 58 | +suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError |
| 59 | + |
| 60 | +unsafe.enable_getters_and_setters=true |
| 61 | + |
| 62 | +[version] |
| 63 | +^0.47.0 |
0 commit comments