PedroBern / react-native-collapsible-tab-view

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

Is it possible to reveal header on tab change? #380

Closed ryanSoftwareEngineer closed 9 months ago

ryanSoftwareEngineer commented 10 months ago

On tab change if the tab has less items than can fit the screen, I want to scroll to the top, revel the header and disable scrolling. Currently if I change tab and there is only a single item in my list, I can still scroll down and hide the header showing a blank screen. If not i'll probably just adjust the size of the elements when there's few.

VictorioMolina commented 6 months ago

@ryanSoftwareEngineer did you find a solution?