From cfb4e7d3b0380042577ba952262c61df6dbe3721 Mon Sep 17 00:00:00 2001 From: Scarlat Delia Date: Fri, 2 Feb 2024 19:32:58 +0200 Subject: [PATCH 1/2] my first change --- App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/App.tsx b/App.tsx index ef4c1ec..243bb69 100644 --- a/App.tsx +++ b/App.tsx @@ -20,7 +20,7 @@ const theme = { ...DefaultTheme, colors: { ...DefaultTheme.colors, - primary: 'tomato', + primary: 'magenta', accent: 'yellow', }, }; From 2162f1cbd379e3ab18a5a9d316319f8980e15cde Mon Sep 17 00:00:00 2001 From: Scarlat Delia Date: Fri, 2 Feb 2024 20:49:55 +0200 Subject: [PATCH 2/2] intermediate --- .vscode/settings.json | 3 +++ App.tsx | 2 +- app/screens/Login.tsx | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..00ad71f --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "typescript.tsdk": "node_modules\\typescript\\lib" +} \ No newline at end of file diff --git a/App.tsx b/App.tsx index 243bb69..670a826 100644 --- a/App.tsx +++ b/App.tsx @@ -27,7 +27,7 @@ const theme = { function App() { return ( - + diff --git a/app/screens/Login.tsx b/app/screens/Login.tsx index 6b655e0..3bf8650 100644 --- a/app/screens/Login.tsx +++ b/app/screens/Login.tsx @@ -40,6 +40,7 @@ const LoginScreen = ({ navigation }: any) => { return ( } mode="outlined" style={inputStyle} label="Email"