[ignore] ; We fork some components by platform - ignore all platforms except win32 .*/*[.]android.js .*/*[.]ios.js .*/*[.]macos.js .*/*[.]windesktop.js ; Ignore all flow directory contents in node_modules .*/flow/.* ; Ignore fb_internal modules /packages/react-native/src/fb_internal/.* ; These modules have base components and win32 versions. ; Ideally we'd delete the base versions of files that had .win32 overrides as part of the ; initRNLibraries build step /index.js /Libraries/Alert/Alert.js /Libraries/Components/AccessibilityInfo/AccessibilityInfo.js /Libraries/Components/Button.js /Libraries/Components/Pressable/Pressable.js /Libraries/Components/SafeAreaView/SafeAreaView.js /Libraries/Components/TextInput/TextInput.js /Libraries/Components/TextInput/TextInputState.js /Libraries/Components/Touchable/Touchable.js /Libraries/Components/Touchable/TouchableNativeFeedback.js /Libraries/Components/View/ViewAccessibility.js /Libraries/Components/View/ReactNativeViewAttributes.js /Libraries/Components/View/View.js /Libraries/Components/View/ViewPropTypes.js /Libraries/Image/Image.js /Libraries/Inspector/Inspector.js /Libraries/Inspector/InspectorOverlay.js /Libraries/Network/RCTNetworking.js /Libraries/Pressability/Pressability.js /Libraries/Pressability/HoverState.js /Libraries/Renderer/shims/ReactNativeTypes.js /Libraries/StyleSheet/PlatformColorValueTypes.js /Libraries/Text/TextProps.js /Libraries/Types/CoreEventTypes.js /Libraries/Utilities/Dimensions.js /Libraries/Utilities/Platform.flow.js /Libraries/LogBox/UI/LogBoxInspectorCodeFrame.js /Libraries/LogBox/UI/LogBoxInspectorHeader.js /Libraries/LogBox/UI/LogBoxInspectorStackFrame.js /Libraries/LogBox/UI/LogBoxInspectorReactFrames.js /Libraries/LogBox/UI/LogBoxStyle.js /IntegrationTests/ImageCachePolicyTest.js /IntegrationTests/LayoutEventsTest.js /IntegrationTests/IntegrationTestsApp.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/.* ; These files dont need to be checked and just increase the build time .*/node_modules/e2etest/.* .*/node_modules/sample-apps/.* .*/node_modules/playground/.* /packages/react-native/sdks/.* ; Ignore the codegen e2e tests /packages/react-native-codegen/e2e/__test_fixtures__/modules/NativeEnumTurboModule.js ; Ignore the Dangerfile /private/react-native-bots/dangerfile.js ; Ignore "BUCK" generated dirs /\.buckd/ ; Ignore cache files .*/node_modules/.cache* ; Ignore the src-win folder - flow files are combined with ones from react-native into the root Libraries folder .*/react-native-win32/src-win/.* ; Ignore the private __tests__ (until this is fixed: https://github.com/facebook/react-native/issues/43242) .*/react-native-win32/src/private/.*/__tests__/.* ; Ignore files with flow typing issues #9223 .*/react-native-win32/Libraries/Core/ReactNativeVersionCheck.js .*/node_modules/resolve/test/resolver/malformed_package_json/package\.json$ ; Checked-in build output /packages/debugger-frontend/dist/ ; Generated build output /packages/.*/dist ; helloworld /private/helloworld/ios/Pods/ ; Ignore rn-tester Pods /packages/rn-tester/Pods/ [untyped] .*/node_modules/@react-native-community/cli/.*/.* ; Should work out how to do this properly .*/react-native-win32/Libraries/Image/resolveAssetSource.win32.js [include] ; Need to include hoisted modules ../../../node_modules/ [libs] interface.js ../../../node_modules/.flow/flow/ ../../../node_modules/.flow/flow-typed/ ../../../node_modules/react-native/src/types src/types/ [options] enums=true experimental.pattern_matching=true casting_syntax=both component_syntax=true emoji=true exact_by_default=true format.bracket_spacing=false module.file_ext=.js module.file_ext=.json module.file_ext=.win32.js ; [Win32] ;experimental.multi_platform=true ;experimental.multi_platform.extensions=.ios ;experimental.multi_platform.extensions=.android munge_underscores=true module.name_mapper='^react-native$' -> '/index.win32.js' module.name_mapper='^@office-iss/react-native-win32$' -> '/index.win32.js' module.name_mapper='^react-native/\(.*\)$' -> '/\1' module.name_mapper='^@office-iss/react-native-win32/\(.*\)$' -> '\/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\|xml\)$' -> '/Libraries/Image/RelativeImageStub' module.system.haste.module_ref_prefix=m# react.runtime=automatic suppress_type=$FlowIssue suppress_type=$FlowFixMe suppress_type=$FlowFixMeProps suppress_type=$FlowFixMeState suppress_type=$FlowFixMeEmpty ban_spread_key_props=true 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.274.2