Files
react-native/React
Valentin Shergin 560652cfe8 Fabric: Proper implementation -[RCTSurfaceTouchHandler reset]
Summary:
Apparently, if a gesture recognizer got 'reset', OS does not call `touchesCancelled:` method, so we have to do it manually.
To implement this we have to split `_dispatchTouches:eventType:` into two methods: the first converts Objective-C touches to C++ touches, the second consumes that. We have to do this because during reset we don't have a collection of UIKit touches.

Reviewed By: mdvacca

Differential Revision: D13072807

fbshipit-source-id: 677e2febf9f96dcdfaadfadf5b9ab3893f93e796
2018-11-16 18:44:36 -08:00
..
2018-10-18 01:06:24 -07:00
2018-10-31 01:37:26 -07:00
2018-10-31 01:37:26 -07:00