[ignore] ; We fork some components by platform - ignore all platforms except windows .*/!(ProgressBarAndroid)[.]android.js .*/*[.]ios.js .*/*[.]macos.js ; Ignore fb_internal modules /packages/react-native/src/fb_internal/.* ; 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/RefreshControl/RefreshControl.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/resolveAssetSource.js /Libraries/Network/RCTNetworking.js /Libraries/Pressability/Pressability.js /Libraries/Components/Pressable/Pressable.js /Libraries/Image/Image.android.js /Libraries/Renderer/shims/ReactNativeTypes.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 /IntegrationTests/ImageCachePolicyTest.js /IntegrationTests/LayoutEventsTest.js /IntegrationTests/IntegrationTestsApp.js /ReactCopies/IntegrationTests/ImageCachePolicyTest.js /ReactCopies/IntegrationTests/LayoutEventsTest.js /ReactCopies/IntegrationTests/IntegrationTestsApp.js ; Ignore react-native files in node_modules since they are copied into project root .*/node_modules/react-native/.* ; Ignore all flow directory contents in node_modules .*/flow/.* ; 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/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 .*/vnext/src-win/.* ; Ignore the private __tests__ (until this is fixed: https://github.com/facebook/react-native/issues/43242) .*/vnext/src/private/.*/__tests__/.* .*/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/.*/.* [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=.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\|xml\)$' -> '/Libraries/Image/RelativeImageStub' module.system.haste.module_ref_prefix=m# react.runtime=automatic experimental.only_support_flow_fixme_and_expected_error=true experimental.require_suppression_with_error_code=true experimental.invariant_subtyping_error_message_improvement=true experimental.natural_inference.local_object_literals.followup_fix=true 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.280.0