Ive got a question thats been bugging me: I have ...
# navigation-architecture-component
e
Ive got a question thats been bugging me: I have an app with a bottom bar that has 3 tabs. (A,B,C). Each tab is its own graph. If im on a child screen of Tab A, and I want to navigate the user to a child tab of tab C.. how do I do that? Do most apps not allow cross-tab navigation like that? or is there an appropriate way to handle it?