FYI: Voyager navigator is now multiplatform! :comp...
# compose-desktop
a
FYI: Voyager navigator is now multiplatform! KK Thanks for your contribution @Konstantin Tskhovrebov! https://github.com/adrielcafe/voyager/
👀 1
K 5
🎉 11
🤩 5
r
Good job congrats What about ios support?
a
Just waiting for an alpha build of Compose Multiplatform with iOS support
😎 2
s
JS will come soon as well
🤩 3
x
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
@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 ?