[add] support for CSS grid properties (experimental)

Allow people to experiment with using CSS grid in react-native. (No
support for shorthand properties.)
This commit is contained in:
Nicolas Gallagher
2017-04-22 10:34:43 -07:00
parent 4822cf4620
commit 227971d22c
3 changed files with 38 additions and 4 deletions
+17 -1
View File
@@ -186,7 +186,7 @@ Controls whether the View can be the target of touch events. The enhanced
+ `borderRightWidth`
+ `borderTopWidth`
+ `bottom`
+ `boxShadow`
+ `boxShadow`
+ `boxSizing`
+ `clip`
+ `cursor`
@@ -198,6 +198,18 @@ Controls whether the View can be the target of touch events. The enhanced
+ `flexGrow`
+ `flexShrink`
+ `flexWrap`
+ `gridAutoColumns`
+ `gridAutoFlow`
+ `gridAutoRows`
+ `gridColumnEnd`
+ `gridColumnGap`
+ `gridColumnStart`
+ `gridRowEnd`
+ `gridRowGap`
+ `gridRowStart`
+ `gridTemplateColumns`
+ `gridTemplateRows`
+ `gridTemplateAreas`
+ `height`
+ `justifyContent`
+ `left`
@@ -230,6 +242,10 @@ Controls whether the View can be the target of touch events. The enhanced
+ `perspectiveOrigin`
+ `position`
+ `right`
+ `shadowColor`
+ `shadowOffset`
+ `shadowOpacity`
+ `shadowRadius`
+ `top`
+ `transform`
+ `transformOrigin`