PersistentBottomNavBar
PersistentBottomNavBar copied to clipboard
If nav bar set to false in one screen upcoming screen doesn't show the bottom bar even if nav bar set to true
Let's say i have 3 class A,B,C. In class A i have declared the persistent bottom bar. From class A to B i'm navigating using pushNewScreen with nav bar false and then from class B i'm navigating to class C using pushNewScreen with nav bar true but bottom bar not showing in class C. I have a requirement like this, can anyone help
Hello,
I think I experienced the same problem. Maybe the answer given in this issue "https://github.com/BilalShahid13/PersistentBottomNavBar/issues/179" may help you.
There is also this issue which talks about the context used: https://github.com/BilalShahid13/PersistentBottomNavBar/issues/103