PedroBern / react-native-collapsible-tab-view

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

Collapse header when tabIndex changes #202

Open Andresain123 opened 2 years ago

Andresain123 commented 2 years ago

Is it possible to collapse the header when the index of the selected tab changes? For example: I click on the second tab and automatically it changes to the second view and also collapses the header to have a larger view of the content.

Thanks!