I'm working on a Project where, I implemented bottom navigation using Voyager. The issue is, When I go to ProfileTab > Setting Screen > Logout. When I click on logout & try to login again. I see two bottom Navigation bars.
My best guess that you're using nested navigator instead of root navigator from your current tab to do Logout -> Login -> Main and you end up opening one more Main Screen inside of one of the Main Tabs.
I'm working on a Project where, I implemented bottom navigation using Voyager. The issue is, When I go to ProfileTab > Setting Screen > Logout. When I click on logout & try to login again. I see two bottom Navigation bars.
For reference of the above error. Checkout this repository: https://github.com/KhubaibKhan4/MindinMotion-KMP
Any Solution for this error?