You can programatically hide the navigation bar by using thehideNavigationBarargument ofPersistentTabView. When set as true/false, the navigation bar will disappear/appear with an animation. For your usecase,ProfileScreen()is index 2 so wehideNavigationBarwhere the current index ...