Skip to content

Commit 2520c64

Browse files
elicwhitefacebook-github-bot
authored andcommitted
Fixing Assorted View Flow Types
Reviewed By: yungsters Differential Revision: D7209495 fbshipit-source-id: e4b247e947b3463ea1200298e6078c7485d636e7
1 parent c883d4e commit 2520c64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Libraries/Components/View/ViewPropTypes.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export type ViewProps = {
7171
onMoveShouldSetResponder?: Function,
7272
onMoveShouldSetResponderCapture?: Function,
7373
hitSlop?: EdgeInsetsProp,
74-
pointerEvents?: 'box-none'| 'none'| 'box-only'| 'auto',
74+
pointerEvents?: null | 'box-none'| 'none'| 'box-only'| 'auto',
7575
style?: stylePropType,
7676
removeClippedSubviews?: bool,
7777
renderToHardwareTextureAndroid?: bool,

0 commit comments

Comments
 (0)