Skip to content

Commit

Permalink
Update RCTViewComponentView.mm
Browse files Browse the repository at this point in the history
semicolon
  • Loading branch information
shergin committed Mar 13, 2019
1 parent 289eccb commit 6fa9faa
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -398,7 +398,7 @@ - (void)invalidateLayer
}

layer.borderWidth = (CGFloat)borderMetrics.borderWidths.left;
CGColorRef borderColor = RCTCGColorRefFromSharedColor(borderMetrics.borderColors.left)
CGColorRef borderColor = RCTCGColorRefFromSharedColor(borderMetrics.borderColors.left);
layer.borderColor = borderColor;
CGColorRelease(borderColor);
layer.cornerRadius = (CGFloat)borderMetrics.borderRadii.topLeft;
Expand Down

1 comment on commit 6fa9faa

@ericlewis
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤖

Please sign in to comment.