mirror of
https://github.com/khairul169/vaulterm.git
synced 2026-09-15 17:03:30 +07:00
feat: update ui for android
This commit is contained in:
@@ -20,9 +20,12 @@ export default function Layout() {
|
||||
drawerContent={DrawerContent}
|
||||
screenOptions={{
|
||||
drawerType: media.sm ? "front" : "permanent",
|
||||
drawerStyle: { width: 250 },
|
||||
drawerStyle: {
|
||||
width: !media.sm ? 250 : "80%",
|
||||
padding: 0,
|
||||
},
|
||||
headerLeft: media.sm ? undefined : () => null,
|
||||
headerStyle: {elevation: 0, borderBottomWidth: 0}
|
||||
headerStyle: { elevation: 0, borderBottomWidth: 0 },
|
||||
}}
|
||||
>
|
||||
<Drawer.Screen
|
||||
|
||||
Reference in New Issue
Block a user