Tab navigation with nested navigation: show first tag screen on renavigate #139
Unanswered
mateuy-dev
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I got this effect by copying original TabNavigator and set disposeSteps = true for disposeBehavior |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I have an app with tab navigation, with nested navigation, but I'm having an issue.
Events
Problem
I expect to be show the "first" screen (the list), but the last navigated screen is shown (detail).
What I'm used to is that when a user clicks on a tab, the nested navigation should not be used, but start again with a new stack.
Is there somehow to achieve this?
Thanks,
Beta Was this translation helpful? Give feedback.
All reactions