janicduplessis/react-native-scrollable-header

Scrolling issue

brendandestefano opened this issue · 2 comments

Is there a way to have the page scroll if you tap on the image? Right now it seems like it's only if you start scrolling on the lower content.

It would be possible to add pointerEvents="none" to the header view, but that would make any touchable element in the header not work. I have an alternative implementation where the header is inside the ScrollView, I will update this repo to it since I think it is better.

Just added pointerEvent="none" for now, the header inside the scrollview doesn't work well with RefreshControl.