JungHsuan / react-native-collapsible-tabview

This is only an implementation of tabview with collapsible header.
MIT License
276 stars 61 forks source link

I need to create a horizontal scrollview #41

Open ExcaliburSims opened 11 months ago

ExcaliburSims commented 11 months ago

I want to create a horizontal scrollview in the tabbar, because if the tab title is too long, it breaks my design.

Jervi-sir commented 5 days ago

lets consider using this default example provided in https://github.com/JungHsuan/react-native-collapsible-tabview/blob/master/src/CollapsibleTabView.js

locate <TabBar in renderTabBar and add scrollEnabled={true}

its way too late but eitherway