[add] support 'outlineColor' style prop

Fix #435
This commit is contained in:
Nicolas Gallagher
2017-04-20 14:50:14 -07:00
parent 1f3e9cc6ee
commit 3f7a4e455f
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -213,6 +213,7 @@ Controls whether the View can be the target of touch events. The enhanced
+ `opacity` + `opacity`
+ `order` + `order`
+ `outline` + `outline`
+ `outlineColor`
+ `overflow` + `overflow`
+ `overflowX` + `overflowX`
+ `overflowY` + `overflowY`
@@ -31,6 +31,7 @@ module.exports = {
boxShadow: string, boxShadow: string,
cursor: string, cursor: string,
outline: string, outline: string,
outlineColor: ColorPropType,
perspective: oneOfType([number, string]), perspective: oneOfType([number, string]),
perspectiveOrigin: string, perspectiveOrigin: string,
transitionDelay: string, transitionDelay: string,