From eec6a385a5d278101523e7920007e40bb1011532 Mon Sep 17 00:00:00 2001 From: ernstmul Date: Mon, 17 Feb 2025 14:04:59 +0100 Subject: [PATCH 1/3] Fix: update paddings --- components/Header.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/components/Header.tsx b/components/Header.tsx index 157aca5..1543cd8 100644 --- a/components/Header.tsx +++ b/components/Header.tsx @@ -113,6 +113,7 @@ const styles = StyleSheet.create({ alignSelf: "center", paddingInline: 32, maxWidth: 350, + gap: 48, }, iconsStatus: { display: "flex", From 4f8ed7cdab6afc967c86270b6dfdb266e222c3c8 Mon Sep 17 00:00:00 2001 From: ernstmul Date: Mon, 17 Feb 2025 14:08:50 +0100 Subject: [PATCH 2/3] Fix: move icons closer horizontally --- components/Header.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Header.tsx b/components/Header.tsx index 1543cd8..6a7fd80 100644 --- a/components/Header.tsx +++ b/components/Header.tsx @@ -103,7 +103,7 @@ const styles = StyleSheet.create({ }, line: { flexGrow: 1, - width: 100, + width: 50, }, content: { height: 450, From 90b217effc7621166b52750adebbc14cc94ac1fc Mon Sep 17 00:00:00 2001 From: ernstmul Date: Tue, 18 Feb 2025 10:09:55 +0100 Subject: [PATCH 3/3] Move icons closer --- components/Header.tsx | 5 ++--- package-lock.json | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/components/Header.tsx b/components/Header.tsx index 6a7fd80..de2667a 100644 --- a/components/Header.tsx +++ b/components/Header.tsx @@ -94,7 +94,7 @@ const styles = StyleSheet.create({ height: 450, }, icon: { - width: 100, + width: 80, height: 100, }, background: { @@ -102,8 +102,7 @@ const styles = StyleSheet.create({ width: "100%", }, line: { - flexGrow: 1, - width: 50, + width: 70, }, content: { height: 450, diff --git a/package-lock.json b/package-lock.json index cc40539..68eef48 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "starter-react-native", + "name": "react-native-starter-kit-for-appwrite", "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "starter-react-native", + "name": "react-native-starter-kit-for-appwrite", "version": "1.0.0", "dependencies": { "@expo/vector-icons": "^14.0.2",