JamesSedlacek / Routing

SwiftUI library for abstracting navigation logic from views

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NavigationStack With TabBar

zardasht-jazaa opened this issue · comments

Hello, I have an issue with my TabBar, when I wrap my HomeView , that contain an tabBar , and inside the TabBar there is another View for each tab , one of them contain an navigation code , when I am navigating my tabBar disappear , I figured out , that the issue with the RoutingView Wrapper , how I can fix that?

TabViews cannot be wrapped with NavigationStack in SwiftUI.