Integrate React Native 0.86.0-nightly-20260408-8bac1df5a - #16408
Open
anuagragith wants to merge 4 commits into
Open
Integrate React Native 0.86.0-nightly-20260408-8bac1df5a #16408anuagragith wants to merge 4 commits into
anuagragith wants to merge 4 commits into
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 272e5076-5e5a-4139-8412-8b4e7f59f370
Contributor
There was a problem hiding this comment.
Pull request overview
Integrates React Native nightly 0.86.0-nightly-20260408-8bac1df5a across Windows, Win32, tooling, and tester packages.
Changes:
- Updates React Native dependencies, Flow 0.308, lock data, and override hashes.
- Synchronizes RNTester and platform overrides, including Flow cast syntax changes.
- Adds virtual collection exports,
plus-lightersupport, and Beachball entries.
Reviewed changes
Copilot reviewed 205 out of 206 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
vnext/src-win/src/private/specs_DEPRECATED/modules/NativePlatformConstantsWindows.js |
Updates Flow cast syntax. |
vnext/src-win/src/private/specs_DEPRECATED/modules/NativeDialogManagerWindows.js |
Updates Flow cast syntax. |
vnext/src-win/src/private/specs_DEPRECATED/components/SwitchNativeComponent.js |
Updates Flow cast syntax. |
vnext/src-win/src/private/specs_DEPRECATED/components/RCTModalHostViewNativeComponent.js |
Updates Flow cast syntax. |
vnext/src-win/Libraries/Utilities/BackHandler.windows.js |
Passes timestamped back-press events to handlers. |
vnext/src-win/Libraries/Text/Text.windows.js |
Migrates Flow casts. |
vnext/src-win/Libraries/Pressability/Pressability.windows.js |
Migrates pointer-handler casts. |
vnext/src-win/Libraries/Components/Touchable/Touchable.windows.js |
Migrates Flow cast syntax. |
vnext/src-win/Libraries/Components/TextInput/WindowsTextInputNativeComponent.js |
Migrates component cast syntax. |
vnext/src-win/Libraries/Components/TextInput/TextInput.windows.js |
Migrates style and ref casts. |
vnext/src-win/Libraries/Components/Switch/Switch.windows.js |
Migrates state cast syntax. |
vnext/src-win/Libraries/Components/ScrollView/ScrollView.windows.js |
Migrates component casts. |
vnext/src-win/Libraries/Components/Pressable/Pressable.windows.js |
Migrates exported component cast. |
vnext/src-win/index.windows.js.flow |
Adds virtual collection declarations. |
vnext/src-win/index.windows.js |
Adds virtual collection exports. |
vnext/Scripts/Warm-RnwFeedCache.ps1 |
Updates the example nightly version. |
vnext/ReactCopies/IntegrationTests/IntegrationTestsApp.js |
Migrates Flow cast syntax. |
vnext/ReactCommon/TEMP_UntilReactCommonUpdate/react/renderer/animationbackend/AnimatedPropSerializer.cpp |
Serializes plus-lighter blend mode. |
vnext/package.json |
Updates RN and Flow dependencies. |
vnext/overrides.json |
Updates integration version and hashes. |
vnext/.flowconfig |
Targets Flow 0.308. |
packages/sample-custom-component/package.json |
Updates RN dependencies. |
packages/sample-app-fabric/package.json |
Updates RN dependencies. |
packages/react-native-windows-init/package.json |
Updates React Native. |
packages/playground/package.json |
Updates RN dependencies. |
packages/e2e-test-app-fabric/package.json |
Updates RN dependencies. |
packages/@rnw-scripts/metro-dev-config/package.json |
Updates Metro and RN dependencies. |
packages/@rnw-scripts/integrate-rn/package.json |
Updates React Native. |
packages/@rnw-scripts/eslint-config/package.json |
Updates RN ESLint configuration. |
packages/@rnw-scripts/babel-react-native-config/package.json |
Updates RN Babel preset. |
packages/@react-native/tester/ReportFullyDrawnView/ReportFullyDrawnViewNativeComponent.js |
Migrates Flow cast syntax. |
packages/@react-native/tester/package.json |
Updates RNTester nightly dependencies. |
packages/@react-native/tester/NativeCxxModuleExample/NativeCxxModuleExample.js |
Migrates module cast syntax. |
packages/@react-native/tester/NativeComponentExample/js/MyNativeViewNativeComponent.js |
Migrates component cast syntax. |
packages/@react-native/tester/js/utils/RNTesterList.ios.js |
Migrates list cast syntax. |
packages/@react-native/tester/js/utils/RNTesterList.android.js |
Migrates list cast syntax. |
packages/@react-native/tester/js/RNTesterApp.ios.js |
Uses React namespace import. |
packages/@react-native/tester/js/examples/XHR/XHRExampleHeaders.js |
Uses React namespace import. |
packages/@react-native/tester/js/examples/XHR/XHRExampleFetch.js |
Uses React namespace import. |
packages/@react-native/tester/js/examples/XHR/XHRExampleBinaryUpload.js |
Uses React namespace import. |
packages/@react-native/tester/js/examples/XHR/XHRExample.js |
Migrates Flow string cast. |
packages/@react-native/tester/js/examples/WebSocket/WebSocketExample.js |
Uses React namespace import. |
packages/@react-native/tester/js/examples/View/ViewExample.js |
Migrates module casts. |
packages/@react-native/tester/js/examples/Vibration/VibrationExample.js |
Uses React namespace import. |
packages/@react-native/tester/js/examples/Urls/UrlExample.js |
Uses React namespace import. |
packages/@react-native/tester/js/examples/TurboModule/TurboModuleExample.js |
Migrates Flow cast syntax. |
packages/@react-native/tester/js/examples/TurboModule/TurboCxxModuleExample.js |
Migrates Flow cast syntax. |
packages/@react-native/tester/js/examples/TurboModule/LegacyModuleExample.js |
Migrates Flow cast syntax. |
packages/@react-native/tester/js/examples/Touchable/TouchableExample.js |
Syncs imports and Flow casts. |
packages/@react-native/tester/js/examples/ToastAndroid/ToastAndroidExample.js |
Uses React namespace import. |
packages/@react-native/tester/js/examples/Timer/TimerExample.js |
Syncs imports and Flow casts. |
packages/@react-native/tester/js/examples/TextInput/TextInputSharedExamples.js |
Migrates array cast syntax. |
packages/@react-native/tester/js/examples/TextInput/TextInputKeyProp.js |
Splits React and hook imports. |
packages/@react-native/tester/js/examples/TextInput/TextInputExample.ios.js |
Syncs imports and module casts. |
packages/@react-native/tester/js/examples/TextInput/TextInputExample.android.js |
Syncs imports and module casts. |
packages/@react-native/tester/js/examples/TextInput/ExampleTextInput.js |
Splits React and hook imports. |
packages/@react-native/tester/js/examples/Text/TextExample.ios.js |
Migrates Flow casts. |
packages/@react-native/tester/js/examples/Text/TextExample.android.js |
Migrates module cast syntax. |
packages/@react-native/tester/js/examples/Switch/SwitchExample.js |
Uses React namespace import. |
packages/@react-native/tester/js/examples/SwipeableCardExample/SwipeableCardExample.js |
Migrates Flow string cast. |
packages/@react-native/tester/js/examples/StatusBar/StatusBarExample.js |
Uses React namespace import. |
packages/@react-native/tester/js/examples/Share/ShareExample.js |
Syncs imports and Flow casts. |
packages/@react-native/tester/js/examples/SectionList/SectionList-scrollable.js |
Uses React namespace import. |
packages/@react-native/tester/js/examples/SafeAreaView/SafeAreaViewExample.js |
Syncs imports and Flow casts. |
packages/@react-native/tester/js/examples/RTL/RTLExample.js |
Syncs imports and Flow casts. |
packages/@react-native/tester/js/examples/RefreshControl/RefreshControlExample.js |
Uses React namespace import. |
packages/@react-native/tester/js/examples/Pressable/PressableExample.js |
Migrates example and module casts. |
packages/@react-native/tester/js/examples/PointerEvents/PointerEventsExample.js |
Migrates Flow casts. |
packages/@react-native/tester/js/examples/Playground/RNTesterPlayground.js |
Migrates module cast syntax. |
packages/@react-native/tester/js/examples/PlatformColor/PlatformColorExample.js |
Uses React namespace import. |
packages/@react-native/tester/js/examples/PermissionsAndroid/PermissionsExample.js |
Migrates Flow cast syntax. |
packages/@react-native/tester/js/examples/Performance/PerformanceApiExample.js |
Migrates filtered array cast. |
packages/@react-native/tester/js/examples/OrientationChange/OrientationChangeExample.js |
Uses React namespace import. |
packages/@react-native/tester/js/examples/NativeAnimation/NativeAnimationsExample.js |
Uses React namespace import. |
packages/@react-native/tester/js/examples/Modal/ModalPresentation.js |
Migrates module cast syntax. |
packages/@react-native/tester/js/examples/Modal/ModalOnShow.js |
Migrates module cast syntax. |
packages/@react-native/tester/js/examples/MixBlendMode/MixBlendModeExample.js |
Adds plus-lighter example. |
packages/@react-native/tester/js/examples/Linking/LinkingExample.js |
Uses React namespace import. |
packages/@react-native/tester/js/examples/LinearGradient/LinearGradientExample.js |
Uses React namespace import. |
packages/@react-native/tester/js/examples/Layout/LayoutExample.js |
Uses React namespace import. |
packages/@react-native/tester/js/examples/Layout/LayoutEventsExample.js |
Syncs import and Flow cast. |
packages/@react-native/tester/js/examples/Layout/LayoutAnimationExample.js |
Uses React namespace import. |
packages/@react-native/tester/js/examples/KeyboardAvoidingView/KeyboardAvoidingViewExample.js |
Syncs imports and casts. |
packages/@react-native/tester/js/examples/JSResponderHandlerExample/JSResponderHandlerExample.js |
Syncs import and Flow cast. |
packages/@react-native/tester/js/examples/InvalidProps/InvalidPropsExample.js |
Migrates array cast syntax. |
packages/@react-native/tester/js/examples/Image/ImageExample.js |
Syncs imports and Flow casts. |
packages/@react-native/tester/js/examples/FlatList/FlatListExampleIndex.js |
Migrates module cast syntax. |
packages/@react-native/tester/js/examples/FlatList/FlatList-withSeparators.js |
Migrates module cast syntax. |
packages/@react-native/tester/js/examples/FlatList/FlatList-stickyHeaders.js |
Migrates module cast syntax. |
packages/@react-native/tester/js/examples/FlatList/FlatList-onViewableItemsChanged.js |
Migrates module cast syntax. |
packages/@react-native/tester/js/examples/FlatList/FlatList-onViewableItemsChanged-waitForInteraction.js |
Migrates module cast syntax. |
packages/@react-native/tester/js/examples/FlatList/FlatList-onViewableItemsChanged-offScreen.js |
Migrates module cast syntax. |
packages/@react-native/tester/js/examples/FlatList/FlatList-onViewableItemsChanged-noWaitForInteraction.js |
Migrates module cast syntax. |
packages/@react-native/tester/js/examples/FlatList/FlatList-onViewableItemsChanged-horizontal-waitForInteraction.js |
Migrates module cast syntax. |
packages/@react-native/tester/js/examples/FlatList/FlatList-onViewableItemsChanged-horizontal-offScreen.js |
Migrates module cast syntax. |
packages/@react-native/tester/js/examples/FlatList/FlatList-onViewableItemsChanged-horizontal-noWaitForInteraction.js |
Migrates module cast syntax. |
packages/@react-native/tester/js/examples/FlatList/FlatList-onStartReached.js |
Migrates module cast syntax. |
packages/@react-native/tester/js/examples/FlatList/FlatList-onEndReached.js |
Migrates module cast syntax. |
packages/@react-native/tester/js/examples/FlatList/FlatList-nested.js |
Migrates module cast syntax. |
packages/@react-native/tester/js/examples/FlatList/FlatList-multiColumn.js |
Migrates module cast syntax. |
packages/@react-native/tester/js/examples/FlatList/FlatList-maintainVisibleContentPosition.js |
Migrates module cast syntax. |
packages/@react-native/tester/js/examples/FlatList/FlatList-inverted.js |
Migrates module cast syntax. |
packages/@react-native/tester/js/examples/FlatList/FlatList-contentInset.js |
Migrates module cast syntax. |
packages/@react-native/tester/js/examples/FlatList/FlatList-basic.js |
Migrates module cast syntax. |
packages/@react-native/tester/js/examples/Filter/FilterExample.js |
Uses React namespace import. |
packages/@react-native/tester/js/examples/Experimental/W3CPointerEventPlatformTests/PointerEventPrimaryTouchPointer.js |
Migrates object cast syntax. |
packages/@react-native/tester/js/examples/Experimental/W3CPointerEventPlatformTests/PointerEventPointerMove.js |
Migrates object cast syntax. |
packages/@react-native/tester/js/examples/Experimental/W3CPointerEventPlatformTests/PointerEventAttributesNoHoverPointers.js |
Migrates object cast syntax. |
packages/@react-native/tester/js/examples/Experimental/W3CPointerEventPlatformTests/PointerEventAttributesHoverablePointers.js |
Migrates object cast syntax. |
packages/@react-native/tester/js/examples/Experimental/Compatibility/ManyPointersPropertiesExample.js |
Migrates module cast syntax. |
packages/@react-native/tester/js/examples/Experimental/Compatibility/CompatibilityNativeGestureHandling.js |
Migrates module cast syntax. |
packages/@react-native/tester/js/examples/Experimental/Compatibility/CompatibilityAnimatedPointerMove.js |
Migrates array and module casts. |
packages/@react-native/tester/js/examples/DrawerLayoutAndroid/DrawerLayoutAndroidExample.js |
Splits React and hook imports. |
packages/@react-native/tester/js/examples/DisplayContents/DisplayContentsExample.js |
Migrates module cast syntax. |
packages/@react-native/tester/js/examples/Dimensions/DimensionsExample.js |
Splits React and hook imports. |
packages/@react-native/tester/js/examples/Crash/CrashExample.js |
Syncs import and Flow cast. |
packages/@react-native/tester/js/examples/ContentURLAndroid/ContentURLAndroid.js |
Uses React namespace import. |
packages/@react-native/tester/js/examples/Button/ButtonExample.js |
Migrates Flow string casts. |
packages/@react-native/tester/js/examples/Border/BorderExample.js |
Migrates module cast syntax. |
packages/@react-native/tester/js/examples/AppState/AppStateExample.js |
Uses React namespace import. |
packages/@react-native/tester/js/examples/AnimationBackend/SwipeableListExample.js |
Updates readonly and module types. |
packages/@react-native/tester/js/examples/AnimationBackend/ChessboardExample.js |
Migrates module cast syntax. |
packages/@react-native/tester/js/examples/AnimationBackend/AnimationBackendIndex.js |
Migrates module cast syntax. |
packages/@react-native/tester/js/examples/AnimatedGratuitousApp/AnExTilt.js |
Splits React and hook imports. |
packages/@react-native/tester/js/examples/AnimatedGratuitousApp/AnExSet.js |
Splits React and hook imports. |
packages/@react-native/tester/js/examples/AnimatedGratuitousApp/AnExScroll.js |
Uses React namespace import. |
packages/@react-native/tester/js/examples/AnimatedGratuitousApp/AnExChained.js |
Uses React namespace import. |
packages/@react-native/tester/js/examples/AnimatedGratuitousApp/AnExBobble.js |
Uses React namespace import. |
packages/@react-native/tester/js/examples/AnimatedGratuitousApp/AnExApp.js |
Uses React namespace import. |
packages/@react-native/tester/js/examples/Animated/TransformStylesExample.js |
Migrates module cast syntax. |
packages/@react-native/tester/js/examples/Animated/TransformBounceExample.js |
Migrates module and string casts. |
packages/@react-native/tester/js/examples/Animated/RotatingImagesExample.js |
Migrates module cast syntax. |
packages/@react-native/tester/js/examples/Animated/PressabilityWithNativeDrivers.js |
Migrates module cast syntax. |
packages/@react-native/tester/js/examples/Animated/PanGestureExample.js |
Migrates module cast syntax. |
packages/@react-native/tester/js/examples/Animated/MovingBoxExample.js |
Migrates module cast syntax. |
packages/@react-native/tester/js/examples/Animated/LoopingExample.js |
Migrates module cast syntax. |
packages/@react-native/tester/js/examples/Animated/FadeInViewExample.js |
Migrates module and string casts. |
packages/@react-native/tester/js/examples/Animated/EasingExample.js |
Migrates module cast syntax. |
packages/@react-native/tester/js/examples/Animated/ContinuousInteractionsExample.js |
Migrates module and string casts. |
packages/@react-native/tester/js/examples/Animated/ComposingExample.js |
Migrates module cast syntax. |
packages/@react-native/tester/js/examples/Animated/ComposeAnimationsWithEasingExample.js |
Migrates module and string casts. |
packages/@react-native/tester/js/examples/Animated/CombineExample.js |
Migrates module cast syntax. |
packages/@react-native/tester/js/examples/Animated/ColorStylesExample.js |
Migrates module cast syntax. |
packages/@react-native/tester/js/examples/Animated/AnimatedIndex.js |
Migrates module cast syntax. |
packages/@react-native/tester/js/examples/Alert/AlertExample.js |
Migrates module cast syntax. |
packages/@react-native/tester/js/examples/ActivityIndicator/ActivityIndicatorExample.js |
Syncs imports and Flow cast. |
packages/@react-native/tester/js/examples/Accessibility/AccessibilityExample.js |
Splits React and hook imports. |
packages/@react-native/tester/js/examples/Accessibility/AccessibilityAndroidExample.js |
Uses React namespace import. |
packages/@react-native/tester/js/components/TextInlineView.js |
Uses React namespace import. |
packages/@react-native/tester/js/components/RNTesterTitle.js |
Uses React namespace import. |
packages/@react-native/tester/js/components/RNTesterText.js |
Splits React and hook imports. |
packages/@react-native/tester/js/components/RNTesterButton.js |
Uses React namespace import. |
packages/@react-native/tester/js/components/ListExampleShared.js |
Uses React namespace import. |
packages/@react-native/monorepo/package.json |
Updates Flow, Metro, and validation command. |
packages/@react-native/monorepo/overrides.json |
Updates integration version and hash. |
packages/@react-native-windows/tester/src/js/examples/View/ViewExample.windows.js |
Syncs upstream Flow casts. |
packages/@react-native-windows/tester/src/js/examples/Touchable/TouchableExample.windows.js |
Syncs upstream imports and casts. |
packages/@react-native-windows/tester/src/js/examples/TextInput/TextInputExample.windows.js |
Syncs upstream imports and casts. |
packages/@react-native-windows/tester/src/js/examples/Text/TextExample.windows.js |
Syncs upstream module cast. |
packages/@react-native-windows/tester/src/js/examples/Pressable/PressableExample.windows.js |
Syncs upstream Flow casts. |
packages/@react-native-windows/tester/src/js/examples/Modal/ModalPresentation.windows.js |
Syncs upstream module cast. |
packages/@react-native-windows/tester/src/js/examples/Modal/ModalOnShow.windows.js |
Syncs upstream module cast. |
packages/@react-native-windows/tester/src/js/examples/Image/ImageExample.windows.js |
Syncs upstream imports and casts. |
packages/@react-native-windows/tester/src/js/examples/FlatList/FlatList-stickyHeaders.windows.js |
Syncs upstream module cast. |
packages/@react-native-windows/tester/src/js/examples/FlatList/FlatList-nested.windows.js |
Syncs upstream module cast. |
packages/@react-native-windows/tester/src/js/examples/FlatList/FlatList-multiColumn.windows.js |
Syncs upstream module cast. |
packages/@react-native-windows/tester/src/js/examples/FlatList/FlatList-basic.windows.js |
Syncs upstream module cast. |
packages/@react-native-windows/tester/src/js/examples/ActivityIndicator/ActivityIndicatorExample.windows.js |
Syncs upstream imports and cast. |
packages/@react-native-windows/tester/src/js/examples-win/Switch/SwitchExample.windows.js |
Uses React namespace import. |
packages/@react-native-windows/tester/src/js/examples-win/Button/ButtonExample.windows.js |
Syncs upstream Flow casts. |
packages/@react-native-windows/tester/src/js/components/TextInlineView.windows.js |
Uses React namespace import. |
packages/@react-native-windows/tester/package.json |
Updates RNTester dependencies. |
packages/@react-native-windows/tester/overrides.json |
Updates integration hashes. |
packages/@react-native-windows/perf-testing/package.json |
Updates React Native peer dependency. |
packages/@react-native-windows/cli/package.json |
Updates React Native. |
packages/@react-native-windows/automation-channel/package.json |
Updates React Native. |
packages/@office-iss/react-native-win32/src-win/src/private/specs_DEPRECATED/modules/NativePlatformConstantsWin.js |
Migrates module cast syntax. |
packages/@office-iss/react-native-win32/src-win/src/private/specs_DEPRECATED/modules/NativeImageLoaderWin32.js |
Migrates module cast syntax. |
packages/@office-iss/react-native-win32/src-win/src/private/specs_DEPRECATED/modules/NativeAccessibilityInfoWin32.js |
Migrates module cast syntax. |
packages/@office-iss/react-native-win32/src-win/Libraries/Utilities/BackHandler.win32.js |
Passes timestamped back-press events. |
packages/@office-iss/react-native-win32/src-win/Libraries/Text/TextNativeComponent.win32.js |
Migrates native component casts. |
packages/@office-iss/react-native-win32/src-win/Libraries/Text/Text.win32.js |
Migrates style casts. |
packages/@office-iss/react-native-win32/src-win/Libraries/Pressability/Pressability.win32.js |
Migrates pointer-handler casts. |
packages/@office-iss/react-native-win32/src-win/Libraries/Core/ReactNativeVersionCheck.win32.js |
Migrates version cast syntax. |
packages/@office-iss/react-native-win32/src-win/Libraries/Components/Touchable/Touchable.win32.js |
Migrates Flow cast syntax. |
packages/@office-iss/react-native-win32/src-win/Libraries/Components/TextInput/TextInput.win32.js |
Migrates style and ref casts. |
packages/@office-iss/react-native-win32/src-win/Libraries/Components/Pressable/Pressable.win32.js |
Migrates exported component cast. |
packages/@office-iss/react-native-win32/src-win/index.win32.js.flow |
Adds virtual collection declarations. |
packages/@office-iss/react-native-win32/src-win/index.win32.js |
Adds virtual collection exports. |
packages/@office-iss/react-native-win32/package.json |
Updates RN and Flow dependencies. |
packages/@office-iss/react-native-win32/overrides.json |
Updates integration hashes. |
packages/@office-iss/react-native-win32/.flowconfig |
Targets Flow 0.308. |
packages/@office-iss/react-native-win32-tester/src/js/utils/RNTesterList.win32.js |
Syncs list formatting and casts. |
packages/@office-iss/react-native-win32-tester/src/js/components/ListExampleShared.win32.js |
Uses React namespace import. |
packages/@office-iss/react-native-win32-tester/package.json |
Updates RNTester dependencies. |
packages/@office-iss/react-native-win32-tester/overrides.json |
Updates integration hashes. |
package.json |
Updates root React Native dependency. |
change/react-native-windows-init-56d3c634-0855-48b8-85b8-a6ea301c2204.json |
Adds prerelease change entry. |
change/react-native-windows-b70b76c2-bf4c-4b15-b462-c0a9f5ad4d13.json |
Adds prerelease change entry. |
change/@react-native-windows-perf-testing-1d772d74-03d8-409c-9bb9-54ec4fe59ed8.json |
Adds prerelease change entry. |
change/@react-native-windows-cli-7a8a81c5-7428-42e2-803a-91b91974d8be.json |
Adds prerelease change entry. |
change/@react-native-windows-automation-channel-a76c6195-c6fa-4047-a275-414692facd98.json |
Adds prerelease change entry. |
change/@office-iss-react-native-win32-497539f3-70de-4116-8f1c-df8cc4ea8b66.json |
Adds prerelease change entry. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 272e5076-5e5a-4139-8412-8b4e7f59f370
Wait for the filtered FlatList to finish its asynchronous header transition before capturing the visual tree snapshot. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 272e5076-5e5a-4139-8412-8b4e7f59f370
…60408 # Conflicts: # vnext/Scripts/Warm-RnwFeedCache.ps1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Updates React Native and
@react-native/*dependencies from0.86.0-nightly-20260325-d1809f0aato0.86.0-nightly-20260408-8bac1df5a.Upstream comparison: react/react-native@d1809f0...8bac1df
Validation
yarn validate-overridesyarn install --immutable --mode=skip-buildyarn buildyarn lint