I have a login screen that navigates to a tabview with multiple tabs, however when using a logout button to end my firebase session and navigate back to the login screen, it's just that specific tab that navigates back, leaving the tabs and navbar visible. Is there a different method than this.props.navigator.push() that can be used to navigate out of the tab view entirely?
I have a login screen that navigates to a tabview with multiple tabs, however when using a logout button to end my firebase session and navigate back to the login screen, it's just that specific tab that navigates back, leaving the tabs and navbar visible. Is there a different method than this.props.navigator.push() that can be used to navigate out of the tab view entirely?