diff --git a/docs/components/View.md b/docs/components/View.md index bddf3f0c..b15279e6 100644 --- a/docs/components/View.md +++ b/docs/components/View.md @@ -190,6 +190,7 @@ Controls whether the View can be the target of touch events. The enhanced + `boxSizing` + `cursor` ‡ + `display` ++ `filter` ‡ + `flex` (number) + `flexBasis` + `flexDirection` diff --git a/src/components/View/ViewStylePropTypes.js b/src/components/View/ViewStylePropTypes.js index cacdca0b..123b8046 100644 --- a/src/components/View/ViewStylePropTypes.js +++ b/src/components/View/ViewStylePropTypes.js @@ -30,6 +30,7 @@ module.exports = { backgroundSize: string, boxShadow: string, cursor: string, + filter: string, outline: string, outlineColor: ColorPropType, perspective: oneOfType([number, string]),