Hi everyone. I just tried using Decompose for navi...
# decompose
a
Hi everyone. I just tried using Decompose for navigation in my multiplatform project, and I’m a bit confused. I just watched Arkadii’s video here:

https://youtu.be/FFO_4NNDUoU?si=6rKtIEiKv4egRJ59&t=423

. My question is, for nested navigation like this, do we need to create a screen for each parent component? For example, here we have the Signed Out and Signed In components. Do we need to create a composable SignedOutScreen and SignedInScreen as the parent composable for the child components/composables underneath?
a
Usually there is a composable function for every component.
a
@Arkadii Ivanov Ah yes, you’re right. That totally makes sense. Thanks, Arkadii! 🙏
👍 1