Hi, cant we use jetpack compose navigation library...
# compose
s
Hi, cant we use jetpack compose navigation library in compose multiplatform? If not then which is recommended navigation library for compose? thnx
s
Not going to be available probably for a long time now https://issuetracker.google.com/issues/281774647. For now, you can look into Decompose or Voyager. There are probably some more that exist that I now forget.
s
Hi @Stylianos Gakis, thanx, and out of above two which one would you recommend?
s
I haven’t tried either myself, so I don’t have any strong opinions. However one thing that is promising with the Decompose library is that I’ve seen them do work to support stuff like the predictive in-app back gesture animations, showing that they are willing to put in the work to be up to date with the latest OS changes. It may also be true for Voyager, I don’t know that, but it’s the only piece of information I got for either of them.
s
Ok huge thanx. i will try any of them.