mirror of
https://github.com/status-im/react-native.git
synced 2025-02-05 14:13:26 +00:00
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