mirror of
https://github.com/zhigang1992/react-native-web.git
synced 2026-04-29 21:04:53 +08:00
[fix] TouchableHighlight
The fix in 97c0a31ce6 was incomplete due
to state key not being renamed.
This commit is contained in:
@@ -205,7 +205,7 @@ var TouchableHighlight = React.createClass({
|
|||||||
this._hideTimeout = null;
|
this._hideTimeout = null;
|
||||||
if (this._hasPressHandler() && this.refs[UNDERLAY_REF]) {
|
if (this._hasPressHandler() && this.refs[UNDERLAY_REF]) {
|
||||||
this.refs[CHILD_REF].setNativeProps(INACTIVE_CHILD_PROPS);
|
this.refs[CHILD_REF].setNativeProps(INACTIVE_CHILD_PROPS);
|
||||||
this.refs[UNDERLAY_REF].setNativeProps(this.state.underlayStyle);
|
this.refs[UNDERLAY_REF].setNativeProps(this.state.underlayProps);
|
||||||
this.props.onHideUnderlay && this.props.onHideUnderlay();
|
this.props.onHideUnderlay && this.props.onHideUnderlay();
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user