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

Tabs in StickyHeaderScrollview #319

Closed msl2000 closed 2 years ago

msl2000 commented 2 years ago

Feature request

Hi, I am trying to implement tabs in the StickyHeaderScrollview component and found the renderTabs prop. The only thing I cannot find is to how to actually implement the tabs themselves in the component. is there any documentation I can find this on?

I had a look at the TabbedHeaderPager and found the Pager component there but is not accessible through normal means.

Any help would be appreciated.