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