Updates React Native Windows to nightly 0.85.0-nightly-20260303-c26dbe286 (Mar 3, 2026)#16300
Open
anuagragith wants to merge 7 commits into
Open
Updates React Native Windows to nightly 0.85.0-nightly-20260303-c26dbe286 (Mar 3, 2026)#16300anuagragith wants to merge 7 commits into
anuagragith wants to merge 7 commits into
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Resolved 4 override conflicts (AccessibilityPrimitives.h, WindowsTextInputNativeComponent.js, BaseViewConfig.win32.js, BaseViewConfig.windows.js) and removed two orphaned ReactNativeViewAttributes overrides whose upstream base file was deleted. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Adapt RNW native code to upstream changes surfaced by the playground-composition build: - EventEmitter const removal: SharedEventEmitter is now shared_ptr<EventEmitter> (non-const). Drop const from emitter creation in AbiComponentDescriptor/AbiViewComponentDescriptor createFamily (mirrors upstream ConcreteComponentDescriptor) and const_pointer_cast at the EventEmitterForComponent boundary. - ShadowNode::Unshared alias removed upstream: use std::shared_ptr<ShadowNode> directly in AbiPortalShadowNode::layout. - ParagraphComponentDescriptor.cpp deleted upstream (now header-only): remove stale ClCompile entry from Shared.vcxitems. Validated: playground-composition builds, deploys, launches, and loads the RNTester JS bundle. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Performance Test ResultsBranch: ❌ Regressions DetectedFlatList
✅ Passed147 scenario(s) across 27 suite(s) — no regressionsSectionList
TouchableOpacity
ScrollView
TouchableHighlight
Pressable
Modal
Image
ActivityIndicator
Switch
Button
TextInput
View
Text
SectionList.native-perf-test.ts
FlatList.native-perf-test.ts
TouchableHighlight.native-perf-test.ts
TouchableOpacity.native-perf-test.ts
Pressable.native-perf-test.ts
ScrollView.native-perf-test.ts
ActivityIndicator.native-perf-test.ts
TextInput.native-perf-test.ts
Switch.native-perf-test.ts
Button.native-perf-test.ts
Modal.native-perf-test.ts
Image.native-perf-test.ts
View.native-perf-test.ts
Text.native-perf-test.ts
|
…des on Windows Newer RN nightlies include deeply-nested upstream paths that exceed the 260-char MAX_PATH limit, causing 'git checkout' to fail with 'Filename too long' during validate-overrides on Windows CI agents. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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
react-nativeand@react-native/*dependencies to target the nightly (15 package.json files swept)react-native-platform-overrideReactNativeViewAttributesoverrides whose upstream base file was deletedflow-bin0.302 → 0.303 to match upstream.flowconfigThis is the last 0.85.0 nightly before the 0.86.0 major bump (which started Mar 4), keeping this a clean minor-version integration.
Type of Change
Why
Update RNW to a newer RN nightly build
Testing
Changelog
No
Microsoft Reviewers: Open in CodeFlow