I took a look at the code and it seems you have a TabView inside a NavigationStack, could be related to this. I think the TabView should be the top most View and then you can have different NavigationStacks for each tab
I took a look at the code and it seems you have a TabView inside a NavigationStack, could be related to this. I think the TabView should be the top most View and then you can have different NavigationStacks for each tab
hmm thanks will try that