Scrolling trigger
Opened this issue · 1 comments
darkmantle commented
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.
Nhacsam commented
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)