Hello everyone, is it possible to use decompose fo...
# decompose
j
Hello everyone, is it possible to use decompose for multiplatform compose router?
a
Can you elaborate on your question? E.g. what is "multiplatform compose router"?
j
I mean routing to different screens. Because I'm searching for a multiplatform navigation library
a
Oh, sure! Decompose can be used for multiplatform navigation, that's one of its primary purposes.
j
Can you point me to an easy and simple code example where I can use it in MPP project?
a
Here is the main example: https://github.com/arkivanov/Decompose/tree/master/sample Here is the same example but with Compose for iOS: https://github.com/arkivanov/Decompose/tree/compose-experimental/sample Here is a "used by list" where you can find some projects: https://github.com/arkivanov/Decompose/discussions/366 Here is the documentation: https://arkivanov.github.io/Decompose/
j
Thanks for the resources