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:
Valentin Shergin
2018-09-07 11:12:30 -07:00
committed by Facebook Github Bot
parent 2caa1e01fa
commit 2c3e4ec06b
4 changed files with 25 additions and 3 deletions

View File

@@ -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