Hi Everyone. I'm working with compose multiplatfor...
# multiplatform
b
Hi Everyone. I'm working with compose multiplatform and I see that there are libraries for navigation purposes like Voyager, Decompose, PreCompose and all. But is there any other way to achieve navigation for both ios and android platforms without relying on these libraries? Any resources that I can checkout for the same?
p
You can create your own navigation utilities. All you need is swapping Composable depending on the state. But I don't think you will create something much different from the above libraries. What are you looking for more specifically?
b
Heyy, was trying voyager an was facing some limitations while implementing bottom nav. So was wondering if there was a native solution. The compose native navigation that we have (one where we declare routes and all) that doesn't works for ios, correct?
p
Jetpack Compose doesn't work on iOS. Did you try PreCompose? - is pretty similar to jetpack navigation
b
No I haven;t checked PreCompose yet. Have checked Voyager and was currently looking into Decompose.
🆗 1
decompose 1