mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-24 04:16:00 +08:00
Fabric: borderWidths field was removed from ViewProps
Summary: @public Apperently, we don't need to store and parse this because we are already doing this for `yogaStyle` field. Reviewed By: sahrens Differential Revision: D9649549 fbshipit-source-id: a84a5518674f4c2d574a060cdbebb9562121f5f4
This commit is contained in:
committed by
Facebook Github Bot
parent
2caa1e01fa
commit
2c3e4ec06b
@@ -158,7 +158,6 @@ using namespace facebook::react;
|
||||
|
||||
// `border`
|
||||
if (
|
||||
oldViewProps.borderWidths != newViewProps.borderWidths ||
|
||||
oldViewProps.borderStyles != newViewProps.borderStyles ||
|
||||
oldViewProps.borderRadii != newViewProps.borderRadii ||
|
||||
oldViewProps.borderColors != newViewProps.borderColors
|
||||
|
||||
Reference in New Issue
Block a user