mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-25 21:05:40 +08:00
[ReactNative] Fix Navigator exception when touching during transition
This commit is contained in:
@@ -596,7 +596,7 @@ var Navigator = React.createClass({
|
||||
|
||||
_handlePanResponderGrant: function(e, gestureState) {
|
||||
invariant(
|
||||
this._expectingGestureGrant,
|
||||
this._expectingGestureGrant || this.state.isAnimating,
|
||||
'Responder granted unexpectedly.'
|
||||
);
|
||||
this._activeGestureAction = this._expectingGestureGrant;
|
||||
|
||||
Reference in New Issue
Block a user