This is a known issue with NavigationView in SwiftUI. In my app i resolved the using the following trick:
struct ContentView: View {
		
	@Environment(\.presentationMode) var presentation
		
		var body: some View {
				NavigationView {
		}
	}
}
That triggered the correct presentation mode for me and resolves the issue where the navigation buttons become unresponsive.
Post
Replies
Boosts
Views
Activity
The Apple logo is not part of SF Symbols currently
For specific guidelines on using Apple Marketing images you can refer to this page: https://developer.apple.com/app-store/marketing/guidelines/