Add missing borderEndColor prop diffing for View component (#51331)

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

See title

Changelog: [Internal]

Reviewed By: sammy-SC

Differential Revision: D74744566

fbshipit-source-id: dc70310e47dfd5e29070519fa29b7af7ce6ffeab
This commit is contained in:
Nick Lefever
2025-05-14 15:43:33 -07:00
committed by Facebook GitHub Bot
parent c301a25251
commit b6d7451291
@@ -330,6 +330,8 @@ static void updateBorderColorsProps(
"borderBottomColor",
newBorderColor.bottom,
oldBorderColor.bottom);
updateBorderColorPropValue(
result, "borderEndColor", newBorderColor.end, oldBorderColor.end);
updateBorderColorPropValue(
result, "borderStartColor", newBorderColor.start, oldBorderColor.start);
updateBorderColorPropValue(