diff --git a/src/components/View/ViewStylePropTypes.js b/src/components/View/ViewStylePropTypes.js index da580e70..533888c8 100644 --- a/src/components/View/ViewStylePropTypes.js +++ b/src/components/View/ViewStylePropTypes.js @@ -27,12 +27,13 @@ module.exports = process.env.NODE_ENV !== 'production' ? { backgroundAttachment: string, backgroundClip: string, backgroundImage: string, - backgroundPosition: string, backgroundOrigin: oneOf([ 'border-box', 'content-box', 'padding-box' ]), + backgroundPosition: string, backgroundRepeat: string, backgroundSize: string, boxShadow: string, cursor: string, + display: string, outline: string, overflowX: autoOrHiddenOrVisible, overflowY: autoOrHiddenOrVisible,