[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

View File

@@ -213,6 +213,7 @@ Controls whether the View can be the target of touch events. The enhanced
+ `opacity`
+ `order`
+ `outline`
+ `outlineColor`
+ `overflow`
+ `overflowX`
+ `overflowY`

View File

@@ -31,6 +31,7 @@ module.exports = {
boxShadow: string,
cursor: string,
outline: string,
outlineColor: ColorPropType,
perspective: oneOfType([number, string]),
perspectiveOrigin: string,
transitionDelay: string,