[ignore] ; We fork some components by platform - ignore all platforms except windows .*/*[.]android.js .*/*[.]ios.js .*/*[.]macos.js ; These modules have base components and Windows versions. ; Ideally we'd delete the base versions of files that had .windows overrides as part of the ; initRNLibraries build step /index.js /Libraries/Alert/Alert.js /Libraries/Components/Button.js /Libraries/Components/Picker/RCTPickerNativeComponent.js /Libraries/Components/ProgressBarAndroid/ProgressBarAndroid.js /Libraries/Components/RefreshControl/RefreshControl.js /Libraries/Components/SafeAreaView/SafeAreaView.js /Libraries/Components/ScrollView/ScrollView.js /Libraries/Components/TextInput/TextInput.js /Libraries/Components/TextInput/TextInputState.js /Libraries/Components/Touchable/Touchable.js /Libraries/Components/Touchable/TouchableBounce.js /Libraries/Components/Touchable/TouchableHighlight.js /Libraries/Components/Touchable/TouchableOpacity.js /Libraries/Components/Touchable/TouchableWithoutFeedback.js /Libraries/Components/View/ReactNativeViewAttributes.js /Libraries/Components/View/ViewAccessibility.js /Libraries/Components/View/ViewPropTypes.js /Libraries/Components/View/View.js /Libraries/DeprecatedPropTypes/DeprecatedViewAccessibility.js /Libraries/Image/Image.js /Libraries/Network/RCTNetworking.js /Libraries/NewAppScreen/components/DebugInstructions.js /Libraries/NewAppScreen/components/ReloadInstructions.js /Libraries/Pressability/Pressability.js /Libraries/Text/TextProps.js /Libraries/Types/CoreEventTypes.js /Libraries/LogBox/UI/LogBoxInspectorCodeFrame.js /Libraries/LogBox/UI/LogBoxInspectorHeader.js /Libraries/LogBox/UI/LogBoxInspectorStackFrame.js /Libraries/LogBox/UI/LogBoxInspectorReactFrames.js /Libraries/Utilities/Platform.flow.js ; Ignore react-native files in node_modules since they are copied into project root .*/node_modules/react-native/.* ; Ignore react-native-windows' build output. Flow is not compiled with long path support and after running unittests these folders have long paths .*/node_modules/react-native-windows/build/.* .*/node_modules/react-native-windows/target/.* .*/node_modules/react-native-windows/Microsoft.ReactNative.Managed.CodeGen.UnitTests/.* .*/node_modules/react-native-windows/Microsoft.ReactNative.Managed.UnitTests/.* .target/.* ; These files dont need to be checked and just increase the build time .*/node_modules/e2etest/.* .*/node_modules/sample-apps/.* .*/node_modules/playground/.* ; Ignore templates for 'react-native init' /packages/react-native/template/.* ; Ignore the Dangerfile /packages/react-native-bots/dangerfile.js ; Ignore "BUCK" generated dirs /\.buckd/ ; Ignore the src folder - flow files are combined with ones from react-native into the root Libraries folder .*/vnext/src/.* .*/node_modules/resolve/test/resolver/malformed_package_json/package\.json$ ; Checked-in build output /packages/debugger-frontend/dist/ [untyped] .*/node_modules/@react-native-community/cli/.*/.* [include] ; Need to include hoisted modules ../node_modules/ [libs] interface.js flow/ ../node_modules/.flow/flow-typed/ [options] experimental.global_find_ref=true enums=true emoji=true exact_by_default=true format.bracket_spacing=false module.file_ext=.js module.file_ext=.json module.file_ext=.windows.js ;[Windows] ;experimental.multi_platform=true ;experimental.multi_platform.extensions=.ios ;experimental.multi_platform.extensions=.android munge_underscores=true module.name_mapper='^react-native$' -> '/index.windows.js' module.name_mapper='^react-native-windows$' -> '/index.windows.js' module.name_mapper='^react-native/\(.*\)$' -> '/\1' module.name_mapper='^react-native-windows/\(.*\)$' -> '/\1' module.name_mapper='^@react-native/dev-middleware$' -> '/\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\)$' -> '/Libraries/Image/RelativeImageStub' suppress_type=$FlowIssue suppress_type=$FlowFixMe suppress_type=$FlowFixMeProps suppress_type=$FlowFixMeState suppress_type=$FlowFixMeEmpty sharedmemory.hash_table_pow=21 [lints] sketchy-null-number=warn sketchy-null-mixed=warn sketchy-number=warn untyped-type-import=warn nonstrict-import=warn deprecated-type=error unsafe-getters-setters=warn unnecessary-invariant=warn unused-promise=error [strict] deprecated-type nonstrict-import sketchy-null unclear-type unsafe-getters-setters untyped-import untyped-type-import [version] ^0.217.0