Skip to content

Commit ef82516

Browse files
committed
add tabStyle prop in DefaultTabBar
1 parent bb05ed4 commit ef82516

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

DefaultTabBar.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ const DefaultTabBar = React.createClass({
1818
activeTextColor: React.PropTypes.string,
1919
inactiveTextColor: React.PropTypes.string,
2020
textStyle: Text.propTypes.style,
21+
tabStyle: View.propTypes.style,
2122
},
2223

2324
getDefaultProps() {

0 commit comments

Comments
 (0)