feat: Manual Tasks mobile screens (#24) - list, new, detail + profile nav
This commit is contained in:
4
app/(app)/manual-tasks/_layout.tsx
Normal file
4
app/(app)/manual-tasks/_layout.tsx
Normal file
@@ -0,0 +1,4 @@
|
||||
import { Stack } from 'expo-router';
|
||||
export default function ManualTasksLayout() {
|
||||
return <Stack screenOptions={{ headerShown: false }} />;
|
||||
}
|
||||
Reference in New Issue
Block a user