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
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-nativecommitreact/react-native@f15985f...36f07a1
Forked files
No response
Upstream PR in
react-nativeNo response
Build Configuration
None