Hi guys :wave: is there any way to have two `andro...
# compose
n
Hi guys 👋 is there any way to have two
androidx.compose.material3.ModalNavigationDrawer
, one at left and one at right of the screen? I could emulate the right one by flipping LocalLayoutDirection, but if I add both left and right at the same time, gestures won’t work.
d
I think the gesture detection will be a nightmare to deal with. For example, swiping right would open one and close the other at the same time. Or maybe only the last Drawer added to the UI will be the one to get the gesture? 🤷