Commit ebdfffb
Integrate RN 0.85.0-nightly-20260128-36f07a1b2 (#16245)
* Integrate RN 0.85.0-nightly-20260128-36f07a1b2
Includes:
- Full nightly integration with conflict resolution
- Fix C++ compile errors from nightly integration
- Fix AnimationBackend linker errors from nightly integration
- Fix X86 build (suppress C4018 signed/unsigned mismatch in MapBuffer.cpp)
- Sync stale copy overrides in @react-native/tester
- Update yarn.lock and add change files
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Fix linting: update flow-bin to ^0.298.0 to match .flowconfig
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Update E2E snapshots for nightly integration
- snapshotPages Text 33: Add new FiraCode font variant examples
- TextComponentTest borders: Adjust visual tree sizes (138→139, 20→19)
- TouchableComponentTest: Add PositionInSet/SizeofSet accessibility props
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Fix CLI Verify FabricLib: exclude @react-native/jest-preset from nightly pinning
The nightly fixup regex in creaternwlib.cmd and creaternwapp.cmd was replacing
all @react-native/*-config and *-preset package versions with the exact nightly
version. However, @react-native/jest-preset was not published until Feb 2026
(earliest: 0.85.0-nightly-20260219), while our target nightly is from Jan 2026
(0.85.0-nightly-20260128-36f07a1b2). This caused yarn install to fail with
'No candidates found'.
Fix: Add a negative lookahead (?!jest-preset) to skip this package. It will
remain at the 'nightly' dist-tag which resolves to a valid version.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Fix C4018/C4267 in MapBuffer.cpp via local patched copy
Instead of suppressing SDL-mandatory warnings (which could break BinSkim),
create a local patched copy in TEMP_UntilReactCommonUpdate with proper
static_casts to fix signed/unsigned comparison warnings in upstream code.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Add issue references to TEMP_UntilReactCommonUpdate overrides
- MapBuffer.cpp: #16261 (C4018/C4267 signed/unsigned fixes)
- AnimatedPropSerializer.cpp: #16262 (Windows Color struct conversion)
- NetworkIOAgent.cpp: #16263 (destructor and enableAgent/disableAgent API)
Added // [Windows #issue] comments and registered overrides in overrides.json
per integration process guidelines.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
---------
Co-authored-by: Anukrati Agrawal <anuagra@microsoft.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent b50c94d commit ebdfffb
102 files changed
Lines changed: 2197 additions & 1845 deletions
File tree
- change
- packages
- @office-iss
- react-native-win32-tester
- src/js/components
- react-native-win32
- src-win
- Libraries
- Components
- AccessibilityInfo
- ProgressBarAndroid
- TextInput
- Touchable
- View
- Network
- Renderer/shims
- Text
- Types
- Utilities
- src/private/animated
- @react-native-windows
- automation-channel
- cli
- perf-testing
- tester
- src/js/examples
- Image
- Text
- @react-native
- monorepo
- tester
- NativeComponentExample/js
- js
- components
- examples
- Experimental
- PlatformTest
- W3CPointerEventPlatformTests
- Image
- IntersectionObserver
- Performance
- RefreshControl
- ScrollView
- TextInput
- Text
- types
- utils
- @rnw-scripts
- babel-react-native-config
- eslint-config
- integrate-rn
- metro-dev-config
- e2e-test-app-fabric
- test/__snapshots__
- playground
- react-native-windows-init
- sample-app-fabric
- sample-custom-component
- vnext
- Microsoft.ReactNative/Fabric/Composition
- ReactCommon
- TEMP_UntilReactCommonUpdate
- jsinspector-modern
- react/renderer
- animationbackend
- mapbuffer
- uimanager
- Scripts
- src-win
- Libraries
- Components
- AccessibilityInfo
- RefreshControl
- ScrollView
- TextInput
- Touchable
- View
- Modal
- Network
- Renderer/shims
- Text
- Types
- jest
- src/private
- featureflags
- specs_DEPRECATED/components
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 | + | |
| 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: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
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 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
0 commit comments