I had the same issue, so I decided to make a custom nav bar with a view modifier.
But now, I think I found another solution.
If you're using a NavigationLink of SwiftUI, try this:
NavigationLink("Link Title", destination: ChildView())
.isDetailLink(false) // << This
Topic:
UI Frameworks
SubTopic:
SwiftUI
Tags: