netguru / sticky-parallax-header

A simple React Native library, enabling the creation of fully customized header for your iOS and Android apps.
https://netguru.github.io/sticky-parallax-header/
MIT License
1.86k stars 190 forks source link

Show header only when scrolling #162

Closed picknamexd closed 1 year ago

picknamexd commented 4 years ago

This is possible? I am using TabbedHeader and I would like the header to show only when the tabs touch the superopr parts. I've seen some use the transparentHeadder prop but it doesn't work for me with TabbeddHeader

IdaszakDaniel commented 4 years ago

As far as I know, TransparentHeader is only implemented in Avatar header right now. You can check the example of that. I think your case should be possible to implement with the custom header.

picknamexd commented 4 years ago

@IdaszakDaniel Great! I got what I needed but I have problem, tabs are hiding under header, is there any way to pin tabs under header?