ptomasroos / react-native-scrollable-tab-view

Tabbed navigation that you can swipe between, each tab can have its own ScrollView and maintain its own scroll position between swipes. Pleasantly animated. Customizable tab bar
https://www.npmjs.com/package/react-native-scrollable-tab-view
6.93k stars 2.28k forks source link

How to remove inactive underline? #1141

Open TamasFarago opened 3 years ago

TamasFarago commented 3 years ago

I want to remove the thin underline under "React". How an I do that?

Screenshot 2021-04-15 at 15 09 11
zoltangy commented 3 years ago

You can do it with: renderTabBar={() => ( <ScrollableTabBar style={{ borderWidth: 0 }} /> )}