Replies: 1 comment 6 replies
-
|
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After an app user logs in, I have a main page of my app with Tab Navigation with separate
Navigator
s in eachTab
:I'm able to navigate within each tab. However, I would like one of my tabs to have a log out button, where I would navigate from that
Tab
insideMainView
back to a login page. How would I achieve this?Beta Was this translation helpful? Give feedback.
All reactions