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.29k forks source link

Fix tab bar underline style #1160

Open VTrngNghia opened 2 years ago

VTrngNghia commented 2 years ago

The current DefaultTabBar is merging the wrong props for underline style This PR fixes that.