mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-21 19:11:22 +08:00
Upgrade xplat/js to Flow v0.82
Reviewed By: yungsters Differential Revision: D10139929 fbshipit-source-id: ae44a8af7cab28c4acfd7c97e636467e44adcf37
This commit is contained in:
committed by
Facebook Github Bot
parent
c1561ab441
commit
8a4975051e
@@ -27,12 +27,21 @@ import type {ImageSource} from 'ImageSource';
|
||||
class SwipeableQuickActionButton extends React.Component<{
|
||||
accessibilityLabel?: string,
|
||||
imageSource?: ?(ImageSource | number),
|
||||
/* $FlowFixMe(>=0.82.0 site=react_native_fb) This comment suppresses an error
|
||||
* found when Flow v0.82 was deployed. To see the error delete this comment
|
||||
* and run Flow. */
|
||||
imageStyle?: ?DeprecatedViewPropTypes.style,
|
||||
mainView?: ?React.Node,
|
||||
onPress?: Function,
|
||||
/* $FlowFixMe(>=0.82.0 site=react_native_fb) This comment suppresses an error
|
||||
* found when Flow v0.82 was deployed. To see the error delete this comment
|
||||
* and run Flow. */
|
||||
style?: ?DeprecatedViewPropTypes.style,
|
||||
testID?: string,
|
||||
text?: ?(string | Object | Array<string | Object>),
|
||||
/* $FlowFixMe(>=0.82.0 site=react_native_fb) This comment suppresses an error
|
||||
* found when Flow v0.82 was deployed. To see the error delete this comment
|
||||
* and run Flow. */
|
||||
textStyle?: ?DeprecatedViewPropTypes.style,
|
||||
}> {
|
||||
render(): React.Node {
|
||||
|
||||
Reference in New Issue
Block a user