Quick question. is the swipe to go back on ios sup...
# compose-ios
a
Quick question. is the swipe to go back on ios supported with compose ios? if yes, how do i apply it? not sure how to look this up
👀 1
z
It's the default with the Compose navigation library, for iOS. https://www.jetbrains.com/help/kotlin-multiplatform-dev/compose-navigation.html#back-gesture
a
does this only enable the back gesture? does it also include the animation when navigating to a new screen?
z
The corresponding navigation animations are also included by default for iOS
a
Excellent. thanks