mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-29 12:45:37 +08:00
Update to 13.1
Reviewed By: kentaromiura Differential Revision: D3516030 fbshipit-source-id: 739003d8c1984207312b650e424397a419c5eb6a
This commit is contained in:
committed by
Facebook Github Bot 3
parent
2f400a663b
commit
65eee61f24
@@ -1,23 +1,23 @@
|
||||
exports[`TouchableHighlight renders correctly 0`] = `
|
||||
<View
|
||||
accessible={true}
|
||||
accessibilityLabel={undefined}
|
||||
accessibilityComponentType={undefined}
|
||||
accessibilityLabel={undefined}
|
||||
accessibilityTraits={undefined}
|
||||
accessible={true}
|
||||
hitSlop={undefined}
|
||||
onLayout={undefined}
|
||||
onResponderGrant={[Function bound touchableHandleResponderGrant]}
|
||||
onResponderMove={[Function bound touchableHandleResponderMove]}
|
||||
onResponderRelease={[Function bound touchableHandleResponderRelease]}
|
||||
onResponderTerminate={[Function bound touchableHandleResponderTerminate]}
|
||||
onResponderTerminationRequest={[Function bound touchableHandleResponderTerminationRequest]}
|
||||
onStartShouldSetResponder={[Function bound touchableHandleStartShouldSetResponder]}
|
||||
style={
|
||||
Array [
|
||||
4,
|
||||
Object {}
|
||||
]
|
||||
}
|
||||
onLayout={undefined}
|
||||
hitSlop={undefined}
|
||||
onStartShouldSetResponder={[Function bound touchableHandleStartShouldSetResponder]}
|
||||
onResponderTerminationRequest={[Function bound touchableHandleResponderTerminationRequest]}
|
||||
onResponderGrant={[Function bound touchableHandleResponderGrant]}
|
||||
onResponderMove={[Function bound touchableHandleResponderMove]}
|
||||
onResponderRelease={[Function bound touchableHandleResponderRelease]}
|
||||
onResponderTerminate={[Function bound touchableHandleResponderTerminate]}
|
||||
testID={undefined}>
|
||||
<Text>
|
||||
Touchable
|
||||
|
||||
Reference in New Issue
Block a user