mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
acafa7e9217465179fb22c90efeb764df56fbcce
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.
Description
Languages
C++
33%
Kotlin
20%
JavaScript
18.6%
Objective-C++
11.5%
Objective-C
7.1%
Other
9.7%