bamlab/react-native-image-header-scroll-view

Scrolling trigger

Opened this issue · 1 comments

Is it possible that we can somehow make the scrolling happen even if you swipe on the header? In my app I have it so the image is 80% and the content is 20%, and most people naturally try to swipe up on the middle of the page.

It is possible if you don't put anything on a layer above the scrollView.
It means that you can't use foreground or touchableForeground.

See more in this post : #6 (comment)