mirror of
https://github.com/status-im/react-native.git
synced 2025-01-26 17:30:25 +00:00
[e2e] Fix TouchableHighlight in e2e test
This commit is contained in:
parent
a5e9f83a0a
commit
eb402d8c7d
@ -214,12 +214,12 @@ var TouchableHighlight = React.createClass({
|
||||
onResponderGrant={this.touchableHandleResponderGrant}
|
||||
onResponderMove={this.touchableHandleResponderMove}
|
||||
onResponderRelease={this.touchableHandleResponderRelease}
|
||||
onResponderTerminate={this.touchableHandleResponderTerminate}>
|
||||
onResponderTerminate={this.touchableHandleResponderTerminate}
|
||||
testID={this.props.testID}>
|
||||
{cloneWithProps(
|
||||
onlyChild(this.props.children),
|
||||
{
|
||||
ref: CHILD_REF,
|
||||
testID: this.props.testID,
|
||||
}
|
||||
)}
|
||||
</View>
|
||||
|
Loading…
x
Reference in New Issue
Block a user