Hi there, can anyone please suggest me that which ...
# multiplatform
z
Hi there, can anyone please suggest me that which navigation library I should use in android target in multiplatform project, whether compose navigation library or is any other better option out there for multiplatform. thank you
a
I've been using Decompose to do cross-platform compose navigation and it's been pretty good. A bit of boiler plate to write, but its all 100% compile time safe and just simple inspectable code.
s
https://tlaster.github.io/PreCompose/ I’m using this currently, it’s very similar to the Navigation Component for Compose
z
Is there nothing like JetBrains recommended or they may have created one?
s
I believe there’s a lot of internal work pending before they start focusing on anything else besides the core functionality/stability of Compose Multiplatform. I might be wrong as well, but this is what I have realised so far.
a
There is a tutorial for Multiplatform Compose, though it might be a bit outdated - https://github.com/JetBrains/compose-jb/tree/master/tutorials/Navigation
z
On this GitHub page they have recommended Decompose at the moment so now I am thinking of it, anyway thanks all for reply.
c
I recently released Ballast Navigation as a simpler option for routing
x
I've been using decompose - if it is too much boiler-plate for you, you can still use parts of it to make-your-own navigation library