Join Slack
Powered by
I want one destination in my main app nav graph (w...
# compose
c
Chuck Stein
09/29/2022, 3:51 PM
I want one destination in my main app nav graph (which uses Fragment Navigation) to be a navigation-compose nav graph. Would the best way to do this be to declare a Fragment destination in the main app nav graph, and put the composable
NavHost
inside a
ComposeView
in that Fragment?
i
Ian Lake
09/29/2022, 3:57 PM
That type of setup should work fine, yes
c
Chuck Stein
09/29/2022, 4:05 PM
Perfect, thanks!
5
Views
Open in Slack
Previous
Next