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

ScrollView with an image in header which becomes a navbar
MIT License
990 stars 94 forks source link

Scrolling trigger #71

Open darkmantle opened 5 years ago

darkmantle commented 5 years ago

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 5 years ago

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 : https://github.com/bamlab/react-native-image-header-scroll-view/issues/6#issuecomment-320517228