How can I open navigation drawer from the Right si...
# compose
r
How can I open navigation drawer from the Right side? I have tried this one but it doesn't work.
Copy code
CompositionLocalProvider {
    LocalLayoutDirection provides LayoutDirection.Rtl
    Scaffold(
        drawerContent = {}
    )
}
w
it hasn't been implemented yet , compose does not support right drawer
r
Oh.