diff --git a/Libraries/CustomComponents/Navigator/Navigator.js b/Libraries/CustomComponents/Navigator/Navigator.js index 538c35538..86d068f9f 100644 --- a/Libraries/CustomComponents/Navigator/Navigator.js +++ b/Libraries/CustomComponents/Navigator/Navigator.js @@ -1176,12 +1176,18 @@ var Navigator = React.createClass({ var scene = shouldRenderScene ? this._renderScene(route, i, sceneNavigatorContext) : null; return ( - - {scene} - + ( + i !== this.state.presentedIndex + )}> + + {scene} + + ); },