raamcosta / compose-destinations

Annotation processing library for type-safe Jetpack Compose navigation with no boilerplate.
https://composedestinations.rafaelcosta.xyz
Apache License 2.0
3.21k stars 132 forks source link

Compose navigation interop with fragment #250

Closed MakarenkoVlad closed 2 years ago

MakarenkoVlad commented 2 years ago

do you plan to make support for fragments, so that you can smoothly transfer the project to compose

raamcosta commented 2 years ago

Hi @MakarenkoVlad 👋

I'm not sure what exactly you mean, but there are already official ways to use Fragments with Compose inside and Compose with Fragments inside 🙂

Take a look here: https://developer.android.com/jetpack/compose/interop/interop-apis

MakarenkoVlad commented 2 years ago

It's okay, it happens to me and in ukrainian)) I meant are you planning to add support for navigation with fragments to your library for smooth transition from navigation on fragments to navigation on your library