diff --git a/Libraries/Components/View/ViewPropTypes.js b/Libraries/Components/View/ViewPropTypes.js index 570862988d67e2..0665d6f2c5e63a 100644 --- a/Libraries/Components/View/ViewPropTypes.js +++ b/Libraries/Components/View/ViewPropTypes.js @@ -71,7 +71,7 @@ export type ViewProps = { onMoveShouldSetResponder?: Function, onMoveShouldSetResponderCapture?: Function, hitSlop?: EdgeInsetsProp, - pointerEvents?: 'box-none'| 'none'| 'box-only'| 'auto', + pointerEvents?: null | 'box-none'| 'none'| 'box-only'| 'auto', style?: stylePropType, removeClippedSubviews?: bool, renderToHardwareTextureAndroid?: bool,