PedroBern / react-native-collapsible-tab-view

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

Bug: header displayed again on tab switch #444

Open garmoshka-mo opened 2 months ago

garmoshka-mo commented 2 months ago

If scroll down and hide header and then switch to any other tab - header becomes visible again. On both android & ios.

For those who want working solution, meanwhile I using this: https://medium.com/@linjunghsuan/implementing-a-collapsible-header-with-react-native-tab-view-24f15a685e07

pedrio-gh commented 1 week ago

Happening to me too, wondering if there is a way to set the header to be initially hidden and appear when scrolling down, that could be a workaround for this.