Fixing Assorted View Flow Types

Reviewed By: yungsters

Differential Revision: D7209495

fbshipit-source-id: e4b247e947b3463ea1200298e6078c7485d636e7
This commit is contained in:
Eli White 2018-03-09 10:14:35 -08:00 committed by Facebook Github Bot
parent c883d4e727
commit 2520c645f8
1 changed files with 1 additions and 1 deletions

View File

@ -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,