PersistentBottomNavBar icon indicating copy to clipboard operation
PersistentBottomNavBar copied to clipboard

PersistentNavBarNavigator.pushNewScreen not showing bottom navigation on new screen

Open romaan-khan opened this issue 2 years ago • 1 comments

I have 3 tabs if second bottom navigation icon is clicked then I am opening a popup and from that popup I am using PersistentNavBarNavigator.pushNewScreen( context, screen: DashboardScreen(), withNavBar: true, pageTransitionAnimation: PageTransitionAnimation.cupertino, ); I am navigating to new screen but bottom navigation bar is not present on that screen. What is the issue here please help on priority

romaan-khan avatar Dec 31 '22 17:12 romaan-khan

I found the problem. it is because of context. we should use context of PersistentNavBarNavigator to push to new screen. like this issue : https://github.com/BilalShahid13/PersistentBottomNavBar/issues/179

mohamadhadibi avatar Oct 21 '23 12:10 mohamadhadibi