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

Pop not working correctly in multiple stack in tabs #3243

Closed
alimhv opened this issue Sep 5, 2018 · 1 comment
Closed

Pop not working correctly in multiple stack in tabs #3243

alimhv opened this issue Sep 5, 2018 · 1 comment

Comments

@alimhv
Copy link

alimhv commented Sep 5, 2018

Version
"react-native-router-flux": "^4.0.1",
"react-native": "0.54.4",
I have 2 tabs with stack and scene

Tab1
Stack
Scene 1-1
Scene 1-2
Tab2
Stack
Scene 2-1
Scene 2-2

I go to scene scene 1-1 => scene 2-1 => scene 1-2
then i use pop function

Expected behaviour
I expect go to scene 2-1

Actual behaviour
router go to scene 1-1

because scene 1-1 & scene 1-2 is in same stack and scene 2-1 in another stack
I cant reopen #3238 @daviscabral
I upgrade my router flux to 4.0.1 version but my problem yet exist in pop navigation

@aksonov
Copy link
Owner

aksonov commented Sep 5, 2018

Sorry, but your desired behavior is not supported - you are manipulating with scenes from different stacks and tabs are automatically switched.

@aksonov aksonov closed this as completed Sep 5, 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

2 participants