SIGN IN SIGN UP
facebook / react-native UNCLAIMED

A framework for building native applications using React

0 0 155 C++

Merge all intermediate revisions when props accumulation is not guaranteed (#56914)

Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/56914

Changelog: [ANDROID][FIXED] Fix commit branching dropping updates when `enableAccumulatedUpdatesInRawPropsAndroid` is not enabled.

Without `enableAccumulatedUpdatesInRawPropsAndroid` each shadow tree revision on Android carries only the props applied in that specific revision. To handle this properly, all intermediate revisions need to pass through the mounting layer so the platform is aware of all the props.

Reviewed By: rubennorte

Differential Revision: D105835162

fbshipit-source-id: c5a724df43cd0176a5bef4f723dae12d18ca6bc9
J
Jakub Piasecki committed
bcadedaba45ad71405d7dfd6696534dc62655c3e
Parent: b32a6c9
Committed by meta-codesync[bot] <215208954+meta-codesync[bot]@users.noreply.github.com> on 5/25/2026, 9:24:21 AM