mirror of
https://github.com/status-im/react-native.git
synced 2025-01-10 01:25:39 +00:00
acafa7e921
Summary: When touches end or cancel, update self.state in RCTTouchHandler to let iOS know that we are in an ended/canceled state. This way we won't eat other touches because it still thinks we're in a began/changed state. @public Test Plan: Scrolling in the back swipe area no longer busts gesture recognition in Wilde.