mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-05-19 13:02:37 +08:00
Fix Navigator scene that is falsely collapsed.
Reviewed By: ericvicenti Differential Revision: D4472405 fbshipit-source-id: 90022598f0fd8edfddc4460fee2338a7b67538c2
This commit is contained in:
committed by
Facebook Github Bot
parent
fc2936cea9
commit
a83af44a59
@@ -1272,6 +1272,7 @@ var Navigator = React.createClass({
|
||||
}
|
||||
return (
|
||||
<View
|
||||
collapsable={false}
|
||||
key={'scene_' + getRouteID(route)}
|
||||
ref={(scene) => {
|
||||
this._sceneRefs[i] = scene;
|
||||
|
||||
Reference in New Issue
Block a user