Hi, is there any good implementation for Navigatio...
# compose
k
Hi, is there any good implementation for Navigation in Compose? Btw I have checked docs Actually our team is starting new project but after checking docs i have realised that we have to keep
navController
in main or root Composable and then we either have to pass this to other Composable or we have to get callback in root for navigation(please correct me if i’m wrong here) , so we are not sure how much scalable it is for bigger apps with many screens ? so that’s why i want to check if there is any good implementation of navigation component in compose ?
👀 4
n