mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-29 12:45:37 +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() {
|
renderNavigationStackBar: function() {
|
||||||
var NavigationBarClass = this.props.NavigationBarClass;
|
|
||||||
if (!this.props.navigationBar) {
|
if (!this.props.navigationBar) {
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user