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 5e24aa6 commit f6b959fCopy full SHA for f6b959f
Libraries/CustomComponents/Navigator/Navigator.js
@@ -1089,7 +1089,7 @@ var Navigator = React.createClass({
1089
return React.cloneElement(this.props.navigationBar, {
1090
ref: (navBar) => {
1091
var navigationBar = this.props.navigationBar;
1092
- if (navigationBar && typeof navigationBar.ref === "function") {
+ if (navigationBar && typeof navigationBar.ref === 'function') {
1093
navigationBar.ref(navBar);
1094
}
1095
this._navBar = navBar;
0 commit comments