Hello peeps :wave: Has anyone used *Voyager (*<htt...
# multiplatform
v
Hello peeps 👋 Has anyone used *Voyager (*https://github.com/adrielcafe/voyager) in a project? I'm considering using it for navigation. From their documentation, they mention
ScreenModel
to replace ViewModels, but is that mandatory to use? Or can I just use the navigation part without ScreenModel? Thanks 🙏
m
Yes you can use navigation without
ScreenModel
it's not mandatory.
v
Alright perfect, thank you!
a
FWIW, I'm using and I quite like the ScreenModel class as it has a viewstate object and built in coroutine scope