Skip to content

Commit a7f46de

Browse files
[fixed: changed default tabbar tabUnderlineStyle prop to tabBarUnderlineStyle] (ptomasroos#1055)
tabBarUnderlineStyle was not working on default tab bar because it was excepting tabUnderlineStyle prop
1 parent 9e58a54 commit a7f46de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DefaultTabBar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ const DefaultTabBar = createReactClass({
8686
{ translateX },
8787
]
8888
},
89-
this.props.underlineStyle,
89+
this.props.tabBarUnderlineStyle,
9090
]}
9191
/>
9292
</View>

0 commit comments

Comments
 (0)