worse styling

This commit is contained in:
EthanShoeDev
2025-09-15 02:20:48 -04:00
parent 8d325db847
commit 66f72376b8
3 changed files with 6 additions and 5 deletions

View File

@@ -5,7 +5,7 @@ import { queryClient } from '../lib/utils';
export default function RootLayout() {
return (
<QueryClientProvider client={queryClient}>
<NativeTabs>
<NativeTabs backgroundColor="red">
<NativeTabs.Trigger name="index">
<Label>Host</Label>
<Icon sf="house.fill" drawable="custom_android_drawable" />

View File

@@ -109,11 +109,11 @@ export default function Index() {
contentContainerStyle={styles.scrollContent}
keyboardShouldPersistTaps="handled"
>
<SafeAreaView style={styles.container}>
<View style={styles.header}>
<View style={styles.container}>
<SafeAreaView style={styles.header}>
<Text style={styles.appName}>fressh</Text>
<Text style={styles.appTagline}>A fast, friendly SSH client</Text>
</View>
</SafeAreaView>
<View style={styles.card}>
<Text style={styles.title}>Connect to SSH Server</Text>
<Text style={styles.subtitle}>Enter your server credentials</Text>
@@ -218,7 +218,7 @@ export default function Index() {
}
}}
/>
</SafeAreaView>
</View>
</ScrollView>
);
}

View File

@@ -34,6 +34,7 @@ https://github.com/betomoedano/snapai
- https://github.com/Shopify/restyle
- https://docs.expo.dev/versions/latest/sdk/segmented-control/
- https://docs.expo.dev/versions/latest/sdk/ui/
- https://github.com/nativewind/react-native-css
#### SSH Conn