Merge pull request #17363 from JulioC/patch-1

Add missing aspectRatio property to FlexStyle
This commit is contained in:
Nathan Shively-Sanders
2017-06-21 14:27:23 -07:00
committed by GitHub

View File

@@ -542,6 +542,7 @@ export interface FlexStyle {
alignContent?: "flex-start" | "flex-end" | "center" | "stretch" | "space-between" | "space-around"
alignItems?: FlexAlignType
alignSelf?: "auto" | FlexAlignType
aspectRatio?: number
borderBottomWidth?: number
borderLeftWidth?: number
borderRightWidth?: number