diff --git a/React/Base/RCTTouchHandler.m b/React/Base/RCTTouchHandler.m index f164022e7..e1025016c 100644 --- a/React/Base/RCTTouchHandler.m +++ b/React/Base/RCTTouchHandler.m @@ -295,6 +295,7 @@ static BOOL RCTAnyTouchesChanged(NSSet *touches) { [super touchesCancelled:touches withEvent:event]; + _coalescingKey++; if (_dispatchedInitialTouches) { [self _updateAndDispatchTouches:touches eventName:@"touchCancel" originatingTime:event.timestamp];