react-native/React/Fabric/Mounting
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
..
ComponentViews Fabric: `[RCTViewComponentView betterHitTest:]` proper support for `clipToBounds` and `zIndex` 2018-09-07 23:48:03 -07:00
MountItems Fabric: Events related classes were moved to separate buck target 2018-07-17 22:53:57 -07:00
RCTComponentViewProtocol.h Fabric: Events related classes were moved to separate buck target 2018-07-17 22:53:57 -07:00
RCTComponentViewRegistry.h Fabric: Trivial implementation of prelumiary view allocation on iOS 2018-06-29 20:02:38 -07:00
RCTComponentViewRegistry.mm Fabric: Trivial implementation of prelumiary view allocation on iOS 2018-06-29 20:02:38 -07:00
RCTMountingManager.h Fabric: Using ShadowView instead of ShadowNode in Mutations 2018-09-03 23:04:20 -07:00
RCTMountingManager.mm Fabric: Using ShadowView instead of ShadowNode in Mutations 2018-09-03 23:04:20 -07:00
RCTMountingManagerDelegate.h Fabric: RCTMountingManager and RCTMountingManagerDelegate 2018-04-10 17:15:07 -07:00
UIView+ComponentViewProtocol.h Fabric: All *EventHandlers were renamed to *EventEmitter 2018-06-09 13:16:45 -07:00
UIView+ComponentViewProtocol.mm Fabric: Default support of `displayType` and `layoutDirection` layout metrics 2018-06-22 11:57:40 -07:00