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

SectionList with stickyHeaders #37

Open Amurmurmur opened 6 years ago

Amurmurmur commented 6 years ago

On the following line: https://github.com/bamlab/react-native-image-header-scroll-view/blob/master/src/ImageHeaderScrollView.js#L258

MarginTop is set, so whenever SectionList with sticky headers gets scrolled, sticky headers stick to the bottom of the header image. Im not too sure if interpolating the marginTop depending on a Scroll position is the right approach. @bamlab-bot