PedroBern / react-native-collapsible-tab-view

A cross-platform Collapsible Tab View component for React Native
MIT License
834 stars 162 forks source link

Leaving some of the header at the top #95

Closed dan-fein closed 3 years ago

dan-fein commented 3 years ago

Well, last question for today, is there any way to have some sort of header when the tab bar gets sticky? So if on scroll the header disappears and the title of the page is now out of sight, is there any place for some replacement title/part of the header to exist?

I can't figure out where it would go given the header is included in the component itself. This isn't a problem in the Example gifs where the title is just in the nav bar, but that's not always the case.

Any thoughts on this one?

tcorreiaubi commented 3 years ago

I believe #85 covers your needs @danielfein