Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Put specific scene on top of the stack #3069

Closed
n00bm5st3r69 opened this issue Jun 8, 2018 · 3 comments
Closed

Put specific scene on top of the stack #3069

n00bm5st3r69 opened this issue Jun 8, 2018 · 3 comments

Comments

@n00bm5st3r69
Copy link

May i know how can i achieve this? I have the following Scenes below as example.

Scene A > Scene B > Scene C > Scene D

Scene A is the initial scene and Scene D is the one on top of the stack. The question is, how can i move Scene B on the top of the stack and will have something like this.

SceneA > Scene C > Scene D > Scene B

@delia-m
Copy link

delia-m commented Jun 11, 2018

Not sure you want this, but you could try popTo()

https://github.com/aksonov/react-native-router-flux/blob/master/docs/API.md#actions

@n00bm5st3r69
Copy link
Author

@delia-m popTo() will close the scenes along the way.

@aksonov
Copy link
Owner

aksonov commented Aug 8, 2018

It is not supported at this moment

@aksonov aksonov closed this as completed Aug 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants