Skip to content

Commit 3ffaeda

Browse files
javacheFacebook Github Bot 6
authored andcommitted
Fix typo in maxHeight
Reviewed By: andreicoman11 Differential Revision: D3481774 fbshipit-source-id: 98e025fe0c5c7f2d8a80edcb1c07fbd30d7425ef
1 parent b664e6e commit 3ffaeda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

React/Views/RCTShadowView.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ - (CGFloat)getProp \
524524
RCT_DIMENSION_PROPERTY(MinWidth, minWidth, WIDTH, minDimensions)
525525
RCT_DIMENSION_PROPERTY(MaxWidth, maxWidth, WIDTH, maxDimensions)
526526
RCT_DIMENSION_PROPERTY(MinHeight, minHeight, HEIGHT, minDimensions)
527-
RCT_DIMENSION_PROPERTY(maxHeight, maxHeight, HEIGHT, maxDimensions)
527+
RCT_DIMENSION_PROPERTY(MaxHeight, maxHeight, HEIGHT, maxDimensions)
528528

529529
// Position
530530

0 commit comments

Comments
 (0)