You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: