Updates from Tue 11 Aug

This commit is contained in:
Christopher Chedeau
2015-08-11 08:42:07 -07:00
186 changed files with 5731 additions and 3622 deletions

View File

@@ -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,
}
)}