Hello, can I combine fragment navigation with comp...
# compose-android
d
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
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