react-native/React/Fabric/Surface
Valentin Shergin a32be38017 Fabric: Introducing RCTSurfaceTouchHandler
Summary:
RCTSurfaceTouchHandler is a complete rewrite of RCTTouchHandler which uses direct Fabric-specific event dispatching pipeline and several new approaches to managing active events (such as high-performant C++ collections, better management of identifier pool, and so on).
Besides that, the new implementation is much more W3C compliant that it used to be (see old TODOs near `receiveTouches()` implementation in Javascript).
So, touch events work now!

Reviewed By: fkgozali

Differential Revision: D8246713

fbshipit-source-id: 218dc15cd8f982237de7e2497ff36a7bfe6d37cc
2018-06-08 20:31:41 -07:00
..
RCTFabricSurface.h Fabric: Deprecating `-[RCTSurface rootViewTag]` 2018-05-08 23:03:36 -07:00
RCTFabricSurface.mm Fabric: Introducing RCTSurfaceTouchHandler 2018-06-08 20:31:41 -07:00
RCTFabricSurfaceHostingProxyRootView.h iOS: branch out Fabric handling into a separate RCTSurface-compatible class. 2018-03-05 18:57:30 -08:00
RCTFabricSurfaceHostingProxyRootView.mm Fabric: RCTFabricSurface as separate class 2018-04-10 17:15:08 -07:00
RCTFabricSurfaceHostingView.h iOS: branch out Fabric handling into a separate RCTSurface-compatible class. 2018-03-05 18:57:30 -08:00
RCTFabricSurfaceHostingView.mm Fabric: RCTFabricSurface as separate class 2018-04-10 17:15:08 -07:00