raamcosta / compose-destinations

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

What is the reason for accompanist bottomsheet instead of the material3 one? #477

Closed mainrs closed 1 year ago

mainrs commented 1 year ago

I am probably missing something. But both look to have the same features.

raamcosta commented 1 year ago

Accompanist supports registering the bottom sheet as its own destination with its own back stack entry, nav args, etc.

We have to chose if registering the bottom sheet as its destination makes sense for our use case or not.

raamcosta commented 1 year ago

@mainrs let me know if this was enough, meanwhile I’ll close it 🙂 I can answer any other question here anyway, no problem