Fix to make taps on views outside parent bounds work on Android by hsource · Pull Request #29039 · facebook/react-native
Summary By default, Views in React Native have overflow: visible. When a child view is outside of the parent view's boundaries, it's visible on Android, but not tappable. This behaviour is ...