We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c883d4e commit 2520c64Copy full SHA for 2520c64
Libraries/Components/View/ViewPropTypes.js
@@ -71,7 +71,7 @@ export type ViewProps = {
71
onMoveShouldSetResponder?: Function,
72
onMoveShouldSetResponderCapture?: Function,
73
hitSlop?: EdgeInsetsProp,
74
- pointerEvents?: 'box-none'| 'none'| 'box-only'| 'auto',
+ pointerEvents?: null | 'box-none'| 'none'| 'box-only'| 'auto',
75
style?: stylePropType,
76
removeClippedSubviews?: bool,
77
renderToHardwareTextureAndroid?: bool,
0 commit comments