From a5baabb8cdb4c75f920ef3cc4bd0041152f334e1 Mon Sep 17 00:00:00 2001 From: Naveen Date: Wed, 27 Dec 2023 11:56:34 +0530 Subject: [PATCH] clearing naming conventions --- app/(tabs)/_layout.tsx | 4 ++-- app/(tabs)/{two.tsx => logs.tsx} | 0 app/_layout.tsx | 2 +- app/{modal.tsx => inbox.tsx} | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) rename app/(tabs)/{two.tsx => logs.tsx} (100%) rename app/{modal.tsx => inbox.tsx} (95%) diff --git a/app/(tabs)/_layout.tsx b/app/(tabs)/_layout.tsx index b2f9df2..0da14df 100644 --- a/app/(tabs)/_layout.tsx +++ b/app/(tabs)/_layout.tsx @@ -30,7 +30,7 @@ export default function TabLayout() { title: "Tasks", tabBarIcon: ({ color }) => , headerRight: () => ( - + {({ pressed }) => ( , diff --git a/app/(tabs)/two.tsx b/app/(tabs)/logs.tsx similarity index 100% rename from app/(tabs)/two.tsx rename to app/(tabs)/logs.tsx diff --git a/app/_layout.tsx b/app/_layout.tsx index e0428ba..92c35aa 100644 --- a/app/_layout.tsx +++ b/app/_layout.tsx @@ -53,7 +53,7 @@ function RootLayoutNav() { - + ); diff --git a/app/modal.tsx b/app/inbox.tsx similarity index 95% rename from app/modal.tsx rename to app/inbox.tsx index 51af9dc..0446c40 100644 --- a/app/modal.tsx +++ b/app/inbox.tsx @@ -14,7 +14,7 @@ export default function ModalScreen() { lightColor="#eee" darkColor="rgba(255,255,255,0.1)" /> - + {/* Use a light status bar on iOS to account for the black space above the modal */}