Hello guys, when using `voyager navigation library` how to share the same instance of `StateScreenM...
b
Hello guys, when using
voyager navigation library
how to share the same instance of
StateScreenModel
between many screens
u
Use a singleOf() to initialise your ScreenModel That should work