mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-12 22:29:41 +08:00
[React Native] Fix navigation bar translucency
This commit is contained in:
@@ -642,7 +642,7 @@ var NavigatorIOS = React.createClass({
|
||||
navigationBarHidden={this.props.navigationBarHidden}
|
||||
tintColor={this.props.tintColor}
|
||||
barTintColor={this.props.barTintColor}
|
||||
translucent={this.props.translucent}
|
||||
translucent={this.props.translucent !== false}
|
||||
titleTextColor={this.props.titleTextColor}>
|
||||
<Component
|
||||
navigator={this.navigator}
|
||||
|
||||
Reference in New Issue
Block a user