mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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:
committed by
Facebook GitHub Bot
parent
c301a25251
commit
b6d7451291
+2
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user