I have the same problem
Post
Replies
Boosts
Views
Activity
Don't use NavigationView, use NavigationStack
Try this:
NavigationStack {
// ...
}
.navigationBarHidden(true)