From c12b98e29388129182ec723226c2b919be9b15a9 Mon Sep 17 00:00:00 2001 From: lafay <2021211506@stu.hit.edu.cn> Date: Tue, 24 Mar 2026 23:08:17 +0800 Subject: [PATCH] feat(TabsLayout): add schedule tab with calendar icon - Introduced a new "schedule" tab in the TabsLayout component, enhancing navigation options for users. - Configured the tab with a title and a calendar icon for improved visual representation. - Removed the previous implementation of the schedule tab to streamline the codebase. --- app/(app)/(tabs)/_layout.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/app/(app)/(tabs)/_layout.tsx b/app/(app)/(tabs)/_layout.tsx index 22b8a14..758445d 100644 --- a/app/(app)/(tabs)/_layout.tsx +++ b/app/(app)/(tabs)/_layout.tsx @@ -61,6 +61,15 @@ export default function TabsLayout() { ), }} /> + ( + + ), + }} + /> - ( - - ), - }} - />