From 113face8bf099fa39c38d06a808ffc6cc60f147f Mon Sep 17 00:00:00 2001 From: Heiniusw Date: Thu, 19 Sep 2024 09:09:36 +0200 Subject: [PATCH] serversettings erstellt --- screens/Login.tsx | 51 +--------- screens/Settings.tsx | 222 ++++++++++++++++++++++++++++++++++++++----- 2 files changed, 198 insertions(+), 75 deletions(-) diff --git a/screens/Login.tsx b/screens/Login.tsx index 6603d33..09e6ea3 100644 --- a/screens/Login.tsx +++ b/screens/Login.tsx @@ -6,6 +6,7 @@ import ErrorBoundary from 'react-native-error-boundary'; import { ThemeSwitch, ThemeText, ThemeTextInput } from '../common/ThemeTypes'; import Credits from '../common/Credits'; import FontAwesome5 from '@expo/vector-icons/FontAwesome5'; +import { ServerSettings } from './Settings'; const Login = () => { const colors = useColors(); @@ -140,55 +141,7 @@ const Login = () => { - - Benutzername - - Passwort - - - -