Hi there, I hope you all are doing well. I am an A...
# android
k
Hi there, I hope you all are doing well. I am an Android developer and I am starting to figure out about KMM. I would like to know if it is a way to do the navigation for both platforms IOS and Android. Because I have been looking for it but I have not found a way to do it to not code in Swift
🔍 1
m
You might take a look at #decompose which provides navigation APIs you can use to share navigation on both platforms.
k
So can i make the design with kotlin and it will work in IOS too using Decompose ?
m
I suggest you take a look at provided samples and decide if it’s something you are looking for. https://github.com/arkivanov/Decompose You usually would program your UI natively (SwiftUI / Compose) and use Decompose to share the navigation state in KMM.
☝️ 1
k
Ah ok, I see. Is it still no way to make the UI just with compose?
m
Well… there is #compose-ios 😄
AFAIK Decompose has also some experimental support for this.
k
Because I'd like to the UI just with compose but that works in IOS too
l
#compose-ios is currently in alpha. I'd recommend looking at it to see if it can do what you need in its current state, but it is not complete yet.
a
If you are a fun of url based navigation/routing, check out https://github.com/aSoft-Ltd/captain