Closed
Description
Version
Tell us which versions you are using:
- react-native-router-flux v3.38.0
- react-native v0.40.0
Expected behaviour
I have (Initial) SceneA, SceneB and SceneC
When at SceneC and I use Action.popTo('SceneA')
, SceneA should slide in from the left and push SceneC out to the right.
Actual behaviour
When at SceneC and I use Action.popTo('SceneA')
, SceneA slides in from the Left and pushes SceneC out to the right as expected...
... but I can see SceneB sliding from left to right, in between SceneA and SceneC, as well.
Steps to reproduce
- SceneA
- push to SceneB
- push to SceneC
- At SceneC,
Actions.popTo('SceneA')
- SceneA pops in from the Left but SceneB also visibly animates from left to right as well.
Is this normal behaviour or is it a bug?
If it is normal behaviour, can anyone tell me how do I popTo
the initial SceneA without the intermediate scenes (i.e. SceneB) showing as well, please?
Metadata
Metadata
Assignees
Labels
No labels