mirror of
https://github.com/status-im/react-navigation.git
synced 2025-02-24 17:18:09 +00:00
36 lines
1.3 KiB
Plaintext
36 lines
1.3 KiB
Plaintext
[include]
|
|
|
|
[libs]
|
|
node_modules/react-native/Libraries/react-native/react-native-interface.js
|
|
node_modules/react-native/flow
|
|
node_modules/fbjs/flow/lib
|
|
flow/
|
|
|
|
[options]
|
|
module.system=haste
|
|
|
|
esproposal.class_static_fields=enable
|
|
esproposal.class_instance_fields=enable
|
|
|
|
experimental.strict_type_args=true
|
|
|
|
munge_underscores=true
|
|
|
|
module.name_mapper='^image![a-zA-Z0-9$_-]+$' -> 'GlobalImageStub'
|
|
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'
|
|
module.name_mapper='^\(.*\)\.css$' -> 'react-scripts/config/flow/css'
|
|
module.name_mapper='^\(.*\)\.\(jpg\|png\|gif\|eot\|svg\|ttf\|woff\|woff2\|mp4\|webm\)$' -> 'react-scripts/config/flow/file'
|
|
|
|
suppress_type=$FlowIssue
|
|
suppress_type=$FlowFixMe
|
|
suppress_type=$FixMe
|
|
|
|
suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(>=0\\.\\(3[0-3]\\|[1-2][0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)
|
|
suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(>=0\\.\\(3[0-3]\\|1[0-9]\\|[1-2][0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)?:? #[0-9]+
|
|
suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy
|
|
|
|
unsafe.enable_getters_and_setters=true
|
|
|
|
[ignore]
|
|
node_modules/fbjs/.*
|
|
src/react-navigation/node_modules/fbjs/.* |