feat: update ui for android

This commit is contained in:
2024-11-15 09:39:35 +00:00
parent d03c11fdb1
commit f2c0ab0945
21 changed files with 1006 additions and 801 deletions
+5 -2
View File
@@ -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