diff --git a/Libraries/Components/Navigation/NavigatorIOS.ios.js b/Libraries/Components/Navigation/NavigatorIOS.ios.js index 32d51ddc8..135ad6f12 100644 --- a/Libraries/Components/Navigation/NavigatorIOS.ios.js +++ b/Libraries/Components/Navigation/NavigatorIOS.ios.js @@ -492,9 +492,7 @@ var NavigatorIOS = React.createClass({ this.setState({ requestedTopOfStack: newRequestedTopOfStack, makingNavigatorRequest: true, - // Not actually updating the indices yet until we get the native - // `onNavigationComplete`. - updatingAllIndicesAtOrBeyond: null, + updatingAllIndicesAtOrBeyond: this.state.requestedTopOfStack - n, }); }); }