I had a look at the KaMP Kit repository because it...
# touchlab-tools
t
I had a look at the KaMP Kit repository because it has a similar architecture to my recent KMM project and was looking for a way on how to best do navigation. As this is not part of the example, I'm wondering how you would implement it. Especially how you can also send navigation parameters for the shared ViewModel to use. Thank you in advance 🙂
s
Decompose voyager appyx circuit PreCompose Decompose-Router Are some of your multiplatform navigation libraries you can give a shot. I have used PreCompose myself and they got their own ViewModel class which persists while in the backstack and so on as you'd expect from aac VM. But the rest should be able to do something similar too.