It compiles for iOS but seems to be a no-op. Is this coming in a future beta?
Or is there a way to hide the default back button when using the presentation + zoom navigationTransition APIs?
I have a view that needs to show a confirmation on dismissal. I was previously doing this manually using a custom toolbar button + confirmationDialog modifier.
But in iOS 27 I don't seem to be able to hide the navigation back button since I added the zoom navigationTransition API.
This allows the user to tap the back button and lose changes. Not a great UX.