diff --git a/Libraries/CustomComponents/Navigator/Navigator.js b/Libraries/CustomComponents/Navigator/Navigator.js index 7ff3d22a2555b8..b815672c708f49 100644 --- a/Libraries/CustomComponents/Navigator/Navigator.js +++ b/Libraries/CustomComponents/Navigator/Navigator.js @@ -484,6 +484,7 @@ var Navigator = React.createClass({ */ immediatelyResetRouteStack: function(nextRouteStack) { var destIndex = nextRouteStack.length - 1; + this._emitWillFocus(nextRouteStack[destIndex]); this.setState({ routeStack: nextRouteStack, sceneConfigStack: nextRouteStack.map(