PersistentBottomNavBar
PersistentBottomNavBar copied to clipboard
Pop all screens, whether the tab is already selected or not
When a user clicks/taps on a tab, is there a way to always pop all screens, whether the user is already on the selected tab or not?
I took a quick look at the codebase, and it seems that the only situation where the popAllScreens()
function is call is when the user tap again on the selected tab (with this parameter activated: popAllScreensOnTapOfSelectedTab: true
).
If there is actually no way to always pop all screens, are you open to add this possibility? (I can offer my help).
Hey @emagnier Any update here.
Any update on the issue??
A PR was opened to address this need: #170.
I'm still waiting for a feedback and eventually a merge, from the author of this package 🤞 (ping @BilalShahid13).
still it does not happen?