react-native-scrollable-tab-view icon indicating copy to clipboard operation
react-native-scrollable-tab-view copied to clipboard

How to remove inactive underline?

Open TamasFarago opened this issue 4 years ago • 1 comments
trafficstars

I want to remove the thin underline under "React". How an I do that? Screenshot 2021-04-15 at 15 09 11

TamasFarago avatar Apr 15 '21 13:04 TamasFarago

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

zoltangy avatar Jun 10 '21 16:06 zoltangy