mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-03-26 07:04:05 +08:00
[e2e] Fix TouchableHighlight in e2e test
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user