feat: Manual Tasks mobile screens (#24) - list, new, detail + profile nav

This commit is contained in:
Nemo
2026-03-25 08:21:02 +08:00
parent ca6236da04
commit 95d2510b23
5 changed files with 652 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
import { Stack } from 'expo-router';
export default function ManualTasksLayout() {
return <Stack screenOptions={{ headerShown: false }} />;
}