PersistentBottomNavBar
PersistentBottomNavBar copied to clipboard
Push new screen with nav bar from outside
In my app I'm using FCM for handling push notifications and on some notifications I want to push screen which shows some details. I have main screen which contains notifications handlers and PersistentTabView is child of it screen. So, when I'm trying to push new screen from main screen it pushed without nav bar. Is there any way to do it?
@BatanGaming Have you found a solution for this? I am trying to do the same thing: Open a nested screen from an FCM push notification in one of the BottomNavBar screens and still show the BottomNavBar.
@ashtonjonesdev No, unfortunately