react-native-scrollable-tab-view
react-native-scrollable-tab-view copied to clipboard
How to remove inactive underline?
trafficstars
I want to remove the thin underline under "React". How an I do that?

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