Fixing Assorted View Flow Types
Reviewed By: yungsters Differential Revision: D7209495 fbshipit-source-id: e4b247e947b3463ea1200298e6078c7485d636e7
This commit is contained in:
parent
c883d4e727
commit
2520c645f8
|
@ -71,7 +71,7 @@ export type ViewProps = {
|
||||||
onMoveShouldSetResponder?: Function,
|
onMoveShouldSetResponder?: Function,
|
||||||
onMoveShouldSetResponderCapture?: Function,
|
onMoveShouldSetResponderCapture?: Function,
|
||||||
hitSlop?: EdgeInsetsProp,
|
hitSlop?: EdgeInsetsProp,
|
||||||
pointerEvents?: 'box-none'| 'none'| 'box-only'| 'auto',
|
pointerEvents?: null | 'box-none'| 'none'| 'box-only'| 'auto',
|
||||||
style?: stylePropType,
|
style?: stylePropType,
|
||||||
removeClippedSubviews?: bool,
|
removeClippedSubviews?: bool,
|
||||||
renderToHardwareTextureAndroid?: bool,
|
renderToHardwareTextureAndroid?: bool,
|
||||||
|
|
Loading…
Reference in New Issue