Skip to content

Commit

Permalink
[fixed: changed default tabbar tabUnderlineStyle prop to tabBarUnderl…
Browse files Browse the repository at this point in the history
…ineStyle] (#1055)

tabBarUnderlineStyle was not working on default tab bar because it was excepting tabUnderlineStyle prop
  • Loading branch information
Lokendra-rawat authored Jul 24, 2020
1 parent 9e58a54 commit a7f46de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DefaultTabBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ const DefaultTabBar = createReactClass({
{ translateX },
]
},
this.props.underlineStyle,
this.props.tabBarUnderlineStyle,
]}
/>
</View>
Expand Down

0 comments on commit a7f46de

Please sign in to comment.