Commit 883b2f4
Updates React Native Windows to nightly 0.85.0-nightly-20260303-c26dbe286 (Mar 3, 2026) (#16300)
* Integrate RN 0.85.0-nightly-20260303-c26dbe286 (with conflicts)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Resolve conflicts for RN 0.85.0-nightly-20260303-c26dbe286 integration
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>
* Bump flow-bin to 0.303.0 to match upstream flowconfig
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Change files
* Fix native build for RN 0.85.0-nightly-20260303 upstream API changes
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>
* Enable core.longpaths in override scratch repo to fix validate-overrides 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>
* Change files
---------
Co-authored-by: Anukrati Agrawal <anuagra@microsoft.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent b3683c5 commit 883b2f4
56 files changed
Lines changed: 597 additions & 834 deletions
File tree
- change
- packages
- @office-iss
- react-native-win32-tester
- react-native-win32
- src-win/Libraries
- Components/View
- NativeComponent
- Text
- @react-native-windows
- automation-channel
- cli
- perf-testing
- tester
- @react-native
- monorepo
- tester
- js/examples/IntersectionObserver
- @rnw-scripts
- babel-react-native-config
- eslint-config
- integrate-rn
- metro-dev-config
- unbroken
- e2e-test-app-fabric
- playground
- react-native-platform-override/src
- react-native-windows-init
- sample-app-fabric
- sample-custom-component
- vnext
- Microsoft.ReactNative/Fabric
- Composition
- ReactCommon/TEMP_UntilReactCommonUpdate/react/renderer
- components/view
- uimanager
- src-win/Libraries
- Components
- ScrollView
- TextInput
- View
- NativeComponent
- Text
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments