Hi Folks, I am using Compose Multiplatform to create an app with shared UI. I am using
@Composable
destinations for screens and on iOS, the swipe back gesture doesn't seem to be working. Does the Compose Multiplatform Navigation library support it on iOS? I can see the API is there, and is enabled but it is not working.
Versions:
• Compose Multiplatform: 1.9.0-rc01
•