Is there a built in way to get the "swipe to go ba...
# compose-ios
e
Is there a built in way to get the "swipe to go back" behavior that ios apps have, or does it have to be done on the Swift side of things?
2
r
I do not think there is a built-in one. You can either use native SwiftUI navigation or use something like Decompose which allows it "almost natively": https://arkivanov.github.io/Decompose/extensions/compose/#predictive-back-gesture-on-ios