Skip to content

Unfork AnimatedPropSerializer.cpp override added during 0.85 nightly integration #16262

@anuagragith

Description

@anuagragith

Problem Description

During the integration of RN 0.85.0-nightly-20260128-36f07a1b2 (#16245), the upstream AnimatedPropSerializer.cpp uses Color as a plain int32_t, but on Windows Color is a struct. This required a local patched copy with a helper function to convert Windows Color to int32_t ARGB format.

Current Fix
A local patched copy was created at vnext/ReactCommon/TEMP_UntilReactCommonUpdate/react/renderer/animationbackend/AnimatedPropSerializer.cpp with a colorToInt32() helper that calls color.AsWindowsColor().

Link to the integration PR where the error originated

#16245

Link to react-native commit

react/react-native@f15985f...36f07a1

Forked files

No response

Upstream PR in react-native

No response

Build Configuration

None

Metadata

Metadata

Assignees

No one assigned

    Labels

    Integration Follow-upNeeds: Triage 🔍New issue that needs to be reviewed by the issue management team (label applied by bot)

    Type

    No fields configured for Task.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions