feat: update ui, test release mode

This commit is contained in:
2024-11-09 03:38:27 +07:00
parent 334d90e691
commit 31c43836f4
8 changed files with 82 additions and 13 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ export default function Layout() {
<Drawer.Screen name="hosts" options={{ title: "Hosts" }} />
<Drawer.Screen
name="terminal"
options={{ title: "Terminal", headerShown: true }}
options={{ title: "Terminal", headerShown: media.sm }}
/>
</Drawer>
</GestureHandlerRootView>