fyi <https://twitter.com/joreilly/status/168715741...
# confetti
j
the plumbing setup will also allow us to more easily share compose code now across various platforms
a
Cool! Perhaps, worth enabling the predictive back gesture for iOS as well? https://arkivanov.github.io/Decompose/extensions/compose/#predictive-back-gesture-on-other-platforms
j
yeah, sounds good
a
Just for the reference, here is a code snippet from one of the users with iOS native-ish look and feel. https://kotlinlang.slack.com/archives/C03H3N51SKT/p1687530708014979?thread_ts=1687520418.786979&amp;cid=C03H3N51SKT
I could contribute it next week. It would be good to tweak the Decompose API a bit to allow having different back gesture animations per platform.
🙌 2
Wait, that's just one screen on Compose for iOS right? So the navigation is still native on iOS?
j
Yes, just one screen
a
Then I assume the back gesture should be already working natively. 😀
j
a bit of following on work might be needed I just realised to navigate to speaker details from that screen
but not sure about back gesture right now
a
Well, Confetti iOS app uses NavigationStack, which supports the back gesture natively.
As well as navigating back to a specific screen selected by the user (long-tap on back button).
j
some follow on changes to fix navigating to speaker info from session details https://github.com/joreilly/Confetti/pull/827