mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-09 09:12:06 +08:00
Summary: As per discussion with @nicklockwood in #875, make `RCTScrollView` check its sticky headers for hitTests first. Closes https://github.com/facebook/react-native/pull/1415 Github Author: Brent Vatne <brent.vatne@madriska.com> Test Plan: Have a sticky header in a ScrollView with a Touchable onPress action, scroll a bit after it docks and try tapping, should respond to tap.