mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-29 04:35:36 +08:00
Updates from Tue 11 Aug
This commit is contained in:
@@ -206,6 +206,7 @@ var TouchableHighlight = React.createClass({
|
||||
render: function() {
|
||||
return (
|
||||
<View
|
||||
accessible={true}
|
||||
ref={UNDERLAY_REF}
|
||||
style={this.state.underlayStyle}
|
||||
onStartShouldSetResponder={this.touchableHandleStartShouldSetResponder}
|
||||
@@ -218,7 +219,6 @@ var TouchableHighlight = React.createClass({
|
||||
onlyChild(this.props.children),
|
||||
{
|
||||
ref: CHILD_REF,
|
||||
accessible: true,
|
||||
testID: this.props.testID,
|
||||
}
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user