diff --git a/apps/mobile/src/app/_layout.tsx b/apps/mobile/src/app/_layout.tsx index 975e14e..e3b4862 100644 --- a/apps/mobile/src/app/_layout.tsx +++ b/apps/mobile/src/app/_layout.tsx @@ -5,7 +5,7 @@ import { queryClient } from '../lib/utils'; export default function RootLayout() { return ( - + diff --git a/apps/mobile/src/app/index.tsx b/apps/mobile/src/app/index.tsx index 1726ee1..71d49b9 100644 --- a/apps/mobile/src/app/index.tsx +++ b/apps/mobile/src/app/index.tsx @@ -109,11 +109,11 @@ export default function Index() { contentContainerStyle={styles.scrollContent} keyboardShouldPersistTaps="handled" > - - + + fressh A fast, friendly SSH client - + Connect to SSH Server Enter your server credentials @@ -218,7 +218,7 @@ export default function Index() { } }} /> - + ); } diff --git a/docs/todos.md b/docs/todos.md index 7538d91..d6e85be 100644 --- a/docs/todos.md +++ b/docs/todos.md @@ -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