mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-07 22:42:13 +08:00
[ReactNative] Clean up no longer needed reference to NavigationBarClass
This commit is contained in:
@@ -985,7 +985,6 @@ var Navigator = React.createClass({
|
||||
},
|
||||
|
||||
renderNavigationStackBar: function() {
|
||||
var NavigationBarClass = this.props.NavigationBarClass;
|
||||
if (!this.props.navigationBar) {
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user