style edit task screen and fix task update flow

This commit is contained in:
Fhj0607
2026-04-21 12:56:24 +02:00
parent 473ba75e3e
commit 5bde373514
4 changed files with 330 additions and 103 deletions

View File

@@ -1,6 +1,6 @@
import { supabase } from "@/lib/supabase";
import { Session } from "@supabase/supabase-js";
import { Redirect, Tabs } from "expo-router";
import { Tabs } from "expo-router";
import { useEffect, useState } from "react";
export default function TabLayout() {
@@ -27,9 +27,9 @@ export default function TabLayout() {
return null;
}
if (!session) {
return <Redirect href="/createUser" />;
}
// if (!session) {
// return <Redirect href="/createUser" />;
// }
return (
<Tabs>