Fix Navigator scene that is falsely collapsed.

Reviewed By: ericvicenti

Differential Revision: D4472405

fbshipit-source-id: 90022598f0fd8edfddc4460fee2338a7b67538c2
This commit is contained in:
Hedger Wang 2017-01-26 17:35:19 -08:00 committed by Facebook Github Bot
parent fc2936cea9
commit a83af44a59
1 changed files with 1 additions and 0 deletions

View File

@ -1272,6 +1272,7 @@ var Navigator = React.createClass({
}
return (
<View
collapsable={false}
key={'scene_' + getRouteID(route)}
ref={(scene) => {
this._sceneRefs[i] = scene;