Implemented timer into task details, uploaded example images for app and centred headers on all screens

This commit is contained in:
Chris Sanden
2026-05-01 21:37:58 +02:00
parent cd4d2056b0
commit c74062c84c
25 changed files with 263 additions and 116 deletions

View File

@@ -66,7 +66,6 @@ export default function TabLayout() {
}}>
<Tabs.Screen name="index" options={{title: 'Dashboard', tabBarLabel: 'Dashboard', }} />
<Tabs.Screen name="subjects" options={{title: "Subjects"}} />
<Tabs.Screen name="timer" options={{title: "Timer"}} />
</Tabs>
);
}