https://kotlinlang.org logo
Title
a

Adriel Café

12/21/2021, 12:34 PM
FYI: Voyager navigator is now multiplatform! :compose-multiplatform::kotlin-intensifies: Thanks for your contribution @Konstantin Tskhovrebov! https://github.com/adrielcafe/voyager/
👀 1
:kotlinnew: 5
🎉 11
🤩 5
r

rsktash

12/21/2021, 12:48 PM
Good job congrats What about ios support?
a

Adriel Café

12/21/2021, 12:56 PM
Just waiting for an alpha build of Compose Multiplatform with iOS support
😎 2
s

SrSouza

12/21/2021, 12:57 PM
JS will come soon as well
🤩 3
x

xxfast

12/21/2021, 1:26 PM
Nice! i’ve been using parts of Decompose for shared navigation between my android/desktop clients. someone should probably write an article comparing the two 😄
❤️ 2
d

Dumitru Preguza

12/29/2021, 10:31 PM
@Adriel Café here is an example with Tabs: https://github.com/adrielcafe/voyager/blob/main/sample/src/main/java/cafe/adriel/voyager/sample/tabNavigation/tabs/FavoritesTab.kt I’m quite new to Compose, but I’m interested if is it ok to create a new object TabOptions on each ‘options’ access / getter call ?