mirror of
https://github.com/EthanShoeDev/fressh.git
synced 2026-01-11 06:12:51 +00:00
worse styling
This commit is contained in:
@@ -5,7 +5,7 @@ import { queryClient } from '../lib/utils';
|
|||||||
export default function RootLayout() {
|
export default function RootLayout() {
|
||||||
return (
|
return (
|
||||||
<QueryClientProvider client={queryClient}>
|
<QueryClientProvider client={queryClient}>
|
||||||
<NativeTabs>
|
<NativeTabs backgroundColor="red">
|
||||||
<NativeTabs.Trigger name="index">
|
<NativeTabs.Trigger name="index">
|
||||||
<Label>Host</Label>
|
<Label>Host</Label>
|
||||||
<Icon sf="house.fill" drawable="custom_android_drawable" />
|
<Icon sf="house.fill" drawable="custom_android_drawable" />
|
||||||
|
|||||||
@@ -109,11 +109,11 @@ export default function Index() {
|
|||||||
contentContainerStyle={styles.scrollContent}
|
contentContainerStyle={styles.scrollContent}
|
||||||
keyboardShouldPersistTaps="handled"
|
keyboardShouldPersistTaps="handled"
|
||||||
>
|
>
|
||||||
<SafeAreaView style={styles.container}>
|
<View style={styles.container}>
|
||||||
<View style={styles.header}>
|
<SafeAreaView style={styles.header}>
|
||||||
<Text style={styles.appName}>fressh</Text>
|
<Text style={styles.appName}>fressh</Text>
|
||||||
<Text style={styles.appTagline}>A fast, friendly SSH client</Text>
|
<Text style={styles.appTagline}>A fast, friendly SSH client</Text>
|
||||||
</View>
|
</SafeAreaView>
|
||||||
<View style={styles.card}>
|
<View style={styles.card}>
|
||||||
<Text style={styles.title}>Connect to SSH Server</Text>
|
<Text style={styles.title}>Connect to SSH Server</Text>
|
||||||
<Text style={styles.subtitle}>Enter your server credentials</Text>
|
<Text style={styles.subtitle}>Enter your server credentials</Text>
|
||||||
@@ -218,7 +218,7 @@ export default function Index() {
|
|||||||
}
|
}
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</SafeAreaView>
|
</View>
|
||||||
</ScrollView>
|
</ScrollView>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -34,6 +34,7 @@ https://github.com/betomoedano/snapai
|
|||||||
- https://github.com/Shopify/restyle
|
- https://github.com/Shopify/restyle
|
||||||
- https://docs.expo.dev/versions/latest/sdk/segmented-control/
|
- https://docs.expo.dev/versions/latest/sdk/segmented-control/
|
||||||
- https://docs.expo.dev/versions/latest/sdk/ui/
|
- https://docs.expo.dev/versions/latest/sdk/ui/
|
||||||
|
- https://github.com/nativewind/react-native-css
|
||||||
|
|
||||||
#### SSH Conn
|
#### SSH Conn
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user