mirror of
https://github.com/status-im/react-native.git
synced 2025-01-14 03:26:07 +00:00
Fix Navigator scene that is falsely collapsed.
Reviewed By: ericvicenti Differential Revision: D4472405 fbshipit-source-id: 90022598f0fd8edfddc4460fee2338a7b67538c2
This commit is contained in:
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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user