We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a07e8d4 commit e2f20caCopy full SHA for e2f20ca
DefaultTabBar.js
@@ -14,6 +14,7 @@ const DefaultTabBar = React.createClass({
14
activeTab: React.PropTypes.number,
15
tabs: React.PropTypes.array,
16
underlineColor: React.PropTypes.string,
17
+ underlineHeight: React.PropTypes.number,
18
backgroundColor: React.PropTypes.string,
19
activeTextColor: React.PropTypes.string,
20
inactiveTextColor: React.PropTypes.string,
0 commit comments