PedroBern / react-native-collapsible-tab-view

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

Collapse header on first tap of any tab bar item #358

Open divyanshu-bantr opened 10 months ago

divyanshu-bantr commented 10 months ago

Current behavior Header collapses when the user taps the tab bar item the second time.

Intended behaviour Header should collapse when the user taps on any of the tab bar items on the first tap.

divyanshu-bantr commented 1 month ago

Any suggestions on how to make this happen?