Colton Idle
07/20/2021, 1:18 PMTesting
We strongly recommended that you decouple the Navigation code from your composable destinations to enable testing each composable in isolation, separate from the NavHost composable.
What does that last bit mean? Decouple nav code from composables EXCEPT the navHost composable (since there's no real way to decouple that, right?). Just checking because I'm not familiar with the "separate from" terminology.
Ian Lake
07/20/2021, 1:35 PM