[ignore] ; We fork some components by platform .*/*[.]android.js ; Ignore polyfills node_modules/react-native/Libraries/polyfills/.* ; These should not be required directly ; require from fbjs/lib instead: require('fbjs/lib/warning') node_modules/warning/.* ; Flow doesn't support platforms .*/Libraries/Utilities/LoadingView.js ; Ignore jsonlint fail tests .*/node_modules/jsonlint/test/fails/.* [untyped] .*/node_modules/@react-native-community/cli/.*/.* ; Ignore packages in node_modules which we (i.e. the jitsi-meet project) have ; seen to cause errors and we have chosen not to fix. .*/node_modules/@atlaskit/.*/*.js.flow .*/node_modules/react-native-keep-awake/.* .*/node_modules/react-native-permissions/.* .*/node_modules/styled-components/.* .*/\.git/.* [include] [libs] node_modules/react-native/interface.js node_modules/react-native/flow/ [options] emoji=true esproposal.optional_chaining=enable esproposal.nullish_coalescing=enable ; We (i.e. the jitsi-meet project) are using the haste module system on Web as ; well, not only on React Native. Unfortunately, Flow does not support .web.js ; by default. Override Flow's defaults to include .web.js as well. Technically, ; we have .native.js as well so the choice of .web.js may lead to errors. ; Practically though, it is a potential future problem that we do not have at ; the time of this writing. module.file_ext=.web.js ; Flow's defaults: module.file_ext=.js module.file_ext=.json module.file_ext=.ios.js munge_underscores=true module.name_mapper='^react-native/\(.*\)$' -> '/node_modules/react-native/\1' 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\)$' -> '/node_modules/react-native/Libraries/Image/RelativeImageStub' suppress_type=$FlowIssue suppress_type=$FlowFixMe suppress_type=$FlowFixMeProps suppress_type=$FlowFixMeState suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(\\)? *\\(site=[a-z,_]*react_native\\(_ios\\)?_\\(oss\\|fb\\)[a-z,_]*\\)?)\\) suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(\\)? *\\(site=[a-z,_]*react_native\\(_ios\\)?_\\(oss\\|fb\\)[a-z,_]*\\)?)\\)?:? #[0-9]+ suppress_comment=\\(.\\|\n\\)*\\$FlowExpectedError [lints] sketchy-null-number=warn sketchy-null-mixed=warn sketchy-number=warn untyped-type-import=warn nonstrict-import=warn deprecated-type=warn unsafe-getters-setters=warn unnecessary-invariant=warn signature-verification-failure=warn deprecated-utility=error [strict] deprecated-type nonstrict-import sketchy-null unclear-type unsafe-getters-setters untyped-import untyped-type-import [version] ^0.122.0