Update to 13.1
Reviewed By: kentaromiura Differential Revision: D3516030 fbshipit-source-id: 739003d8c1984207312b650e424397a419c5eb6a
This commit is contained in:
parent
2f400a663b
commit
65eee61f24
|
@ -1,23 +1,23 @@
|
||||||
exports[`TouchableHighlight renders correctly 0`] = `
|
exports[`TouchableHighlight renders correctly 0`] = `
|
||||||
<View
|
<View
|
||||||
accessible={true}
|
|
||||||
accessibilityLabel={undefined}
|
|
||||||
accessibilityComponentType={undefined}
|
accessibilityComponentType={undefined}
|
||||||
|
accessibilityLabel={undefined}
|
||||||
accessibilityTraits={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={
|
style={
|
||||||
Array [
|
Array [
|
||||||
4,
|
4,
|
||||||
Object {}
|
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}>
|
testID={undefined}>
|
||||||
<Text>
|
<Text>
|
||||||
Touchable
|
Touchable
|
||||||
|
|
|
@ -200,9 +200,9 @@
|
||||||
"eslint-plugin-flow-vars": "^0.2.1",
|
"eslint-plugin-flow-vars": "^0.2.1",
|
||||||
"eslint-plugin-react": "^4.2.1",
|
"eslint-plugin-react": "^4.2.1",
|
||||||
"flow-bin": "^0.27.0",
|
"flow-bin": "^0.27.0",
|
||||||
"jest": "^13.0.0",
|
"jest": "^13.1.0",
|
||||||
"jest-repl": "^13.0.0",
|
"jest-repl": "^13.1.0",
|
||||||
"jest-runtime": "^13.0.0",
|
"jest-runtime": "^13.1.0",
|
||||||
"portfinder": "0.4.0",
|
"portfinder": "0.4.0",
|
||||||
"react": "~15.2.0",
|
"react": "~15.2.0",
|
||||||
"shelljs": "0.6.0"
|
"shelljs": "0.6.0"
|
||||||
|
|
Loading…
Reference in New Issue