Tailwind framework init, and tailwind-example of editTask.tsx

This commit is contained in:
Fhj0607
2026-04-21 13:22:04 +02:00
parent 5bde373514
commit 28b95b6a44
11 changed files with 991 additions and 220 deletions

View File

@@ -1,4 +1,5 @@
import { Stack } from "expo-router";
import '../global.css';
export default function RootLayout() {
return <Stack screenOptions={{ headerShown: false }} />;