Hello, can I combine fragment navigation with compose navigation in android?
I saw that the builder has these methods:
composable
and
fragment
Can I use both to make my app use compose navigation while having support for existing fragments?
Thread in Slack Conversation
f
Francesc
05/26/2023, 3:38 PM
you can't mix compose navigation with fragment navigation. If you have a hybrid app (compose and fragments), you'll have to use fragment navigation and wrap your composable screens in fragments