react-native-macos/React/Fabric
Valentin Shergin db9b468dd1 Fabric: `[RCTViewComponentView betterHitTest:]` proper support for `clipToBounds` and `zIndex`
Summary:
@public
Besides `pointerEvents` there are other two props that affect hit-testing mechanism: `zIndex` and `clipToBounds`.
The default UIKit implementation does not take this into an account (it always assume that `clipToBounds` is true and `zIndex` is same). `betterHitTest` does it right.

Reviewed By: sahrens

Differential Revision: D9688876

fbshipit-source-id: dadfd5e5541ddd1a744fbd8c6b10949c0e266069
2018-09-07 23:48:03 -07:00
..
Mounting Fabric: `[RCTViewComponentView betterHitTest:]` proper support for `clipToBounds` and `zIndex` 2018-09-07 23:48:03 -07:00
Surface Fabric: `bridge` prop was removed from RCTSurface interface 2018-08-01 15:32:01 -07:00
Utils Fabric: MessageQueueEventBeat 2018-08-27 07:32:34 -07:00
RCTConversions.h Fabric: Using `const &` pattern everywhere in RCTConversions 2018-08-04 09:47:30 -07:00
RCTPrimitives.h Fabric: RCTComponentViewProtocol 2018-04-10 17:15:07 -07:00
RCTScheduler.h Fabric: Using ShadowView instead of ShadowNode in Mutations 2018-09-03 23:04:20 -07:00
RCTScheduler.mm Fabric: Using ShadowView instead of ShadowNode in Mutations 2018-09-03 23:04:20 -07:00
RCTSurfacePresenter.h Fabric: `bridge` prop was removed from RCTSurface interface 2018-08-01 15:32:01 -07:00
RCTSurfacePresenter.mm Fabric: Proper way to stop Fabric Surfaces 2018-09-07 23:48:02 -07:00
RCTSurfaceRegistry.h Fabric: Introducing RCTSurfaceRegistry 2018-04-10 17:15:08 -07:00
RCTSurfaceRegistry.mm Fabric: RCTSurfaceRegistry now stores Surfaces as weak references 2018-09-07 23:48:02 -07:00
RCTSurfaceTouchHandler.h Fabric: Introducing RCTSurfaceTouchHandler 2018-06-08 20:31:41 -07:00
RCTSurfaceTouchHandler.mm Fabric: `view` module was moved to `components` subdirectory 2018-07-15 16:52:26 -07:00