From a83af44a597fd6bfa760ee807c52c872ccb8448e Mon Sep 17 00:00:00 2001 From: Hedger Wang Date: Thu, 26 Jan 2017 17:35:19 -0800 Subject: [PATCH] Fix Navigator scene that is falsely collapsed. Reviewed By: ericvicenti Differential Revision: D4472405 fbshipit-source-id: 90022598f0fd8edfddc4460fee2338a7b67538c2 --- Libraries/CustomComponents/Navigator/Navigator.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Libraries/CustomComponents/Navigator/Navigator.js b/Libraries/CustomComponents/Navigator/Navigator.js index fe01c99d2..ee2cdf81f 100644 --- a/Libraries/CustomComponents/Navigator/Navigator.js +++ b/Libraries/CustomComponents/Navigator/Navigator.js @@ -1272,6 +1272,7 @@ var Navigator = React.createClass({ } return ( { this._sceneRefs[i] = scene;