How do ReanimatedDrawerLayout and DrawerLayout compare? When to use which isn't clear from the docs #3337
-
It'd be great to see a section at the top of each of these pages that explains when to use one over the other.
Maybe it's as simple as package size and whether or not your app already bundles reanimated. Or maybe one of them is deprecated and isn't being maintained. Or maybe they have different performance characteristics that make the tradeoff a subtle one. I could definitely deep dive into each to compare the differences myself but hopefully someone here knows the answer off the top of their head. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @robinplace! |
Beta Was this translation helpful? Give feedback.
Hi @robinplace!
DrawerLayout
should be deprecated - seems that we've overlooked it during release ofReanimatedDrawerLayout
. I've already prepared a PR that adds deprecation note.