[add] StyleSheet: support 'flex' style prop

Fix #63
This commit is contained in:
Nicolas Gallagher
2015-12-26 15:51:14 +00:00
parent 804132ce36
commit 1efe5a533f
5 changed files with 30 additions and 8 deletions
+3 -2
View File
@@ -100,6 +100,7 @@ from `style`.
+ `boxShadow`
+ `boxSizing`
+ `cursor`
+ `flex` (number)
+ `flexBasis`
+ `flexDirection`
+ `flexGrow`
@@ -108,7 +109,7 @@ from `style`.
+ `height`
+ `justifyContent`
+ `left`
+ `margin`
+ `margin` (single value)
+ `marginBottom`
+ `marginHorizontal`
+ `marginLeft`
@@ -124,7 +125,7 @@ from `style`.
+ `overflow`
+ `overflowX`
+ `overflowY`
+ `padding`
+ `padding` (single value)
+ `paddingBottom`
+ `paddingHorizontal`
+ `paddingLeft`