Skip to content

Commit

Permalink
Fixing Assorted View Flow Types
Browse files Browse the repository at this point in the history
Reviewed By: yungsters

Differential Revision: D7209495

fbshipit-source-id: e4b247e947b3463ea1200298e6078c7485d636e7
  • Loading branch information
TheSavior authored and facebook-github-bot committed Mar 9, 2018
1 parent c883d4e commit 2520c64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Libraries/Components/View/ViewPropTypes.js
Expand Up @@ -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,
Expand Down

0 comments on commit 2520c64

Please sign in to comment.