Fix typo in maxHeight

Reviewed By: andreicoman11

Differential Revision: D3481774

fbshipit-source-id: 98e025fe0c5c7f2d8a80edcb1c07fbd30d7425ef
This commit is contained in:
Pieter De Baets 2016-06-24 08:58:20 -07:00 committed by Facebook Github Bot 6
parent b664e6e734
commit 3ffaedaeaa
1 changed files with 1 additions and 1 deletions

View File

@ -524,7 +524,7 @@ RCT_DIMENSION_PROPERTY(Height, height, HEIGHT, dimensions)
RCT_DIMENSION_PROPERTY(MinWidth, minWidth, WIDTH, minDimensions)
RCT_DIMENSION_PROPERTY(MaxWidth, maxWidth, WIDTH, maxDimensions)
RCT_DIMENSION_PROPERTY(MinHeight, minHeight, HEIGHT, minDimensions)
RCT_DIMENSION_PROPERTY(maxHeight, maxHeight, HEIGHT, maxDimensions)
RCT_DIMENSION_PROPERTY(MaxHeight, maxHeight, HEIGHT, maxDimensions)
// Position