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 146abe1 commit a46bc52Copy full SHA for a46bc52
Libraries/Components/TabBarIOS/TabBarIOS.ios.js
@@ -37,7 +37,9 @@ var TabBarIOS = React.createClass({
37
38
render: function() {
39
return (
40
- <RCTTabBar style={[styles.tabGroup, this.props.style]} {...this.props}>
+ <RCTTabBar style={[styles.tabGroup, this.props.style]}
41
+ tintColor={this.props.tintColor}
42
+ barTintColor={this.props.barTintColor}>
43
{this.props.children}
44
</RCTTabBar>
45
);
0 commit comments