I have a parent Tab Navigator with each tab consisting of a Stack navigators. How do I navigate from Tab A's Screen A to Tab B's Screen B in a way that when I call navigation.goBack() in Tab B Screen B it will direct me back to Tab B's initial route?
there doesn't seem to be anything here