From 2be5afe5ca1fe9ec3cd3e52add163c5bab7204b2 Mon Sep 17 00:00:00 2001 From: Bagasbanuna02 Date: Tue, 15 Jul 2025 14:15:33 +0800 Subject: [PATCH] Fix: register text input --- screens/Authentication/LoginView.tsx | 4 ++-- screens/Authentication/RegisterView.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/screens/Authentication/LoginView.tsx b/screens/Authentication/LoginView.tsx index 525f850..2eaf36d 100644 --- a/screens/Authentication/LoginView.tsx +++ b/screens/Authentication/LoginView.tsx @@ -30,9 +30,9 @@ export default function LoginView() { const id = randomAlfabet + randomNumber + fixNumber; console.log("login user id :", id); - // router.navigate("/verification"); + router.navigate("/verification"); // router.navigate(`/(application)/(user)/profile/${id}`); - router.navigate("/(application)/(user)/home"); + // router.navigate("/(application)/(user)/home"); // router.navigate(`/(application)/profile/${id}/edit`); // router.navigate(`/(application)/(user)/portofolio/${id}`) // router.navigate(`/(application)/(image)/preview-image/${id}`); diff --git a/screens/Authentication/RegisterView.tsx b/screens/Authentication/RegisterView.tsx index 53c5001..e9dc27e 100644 --- a/screens/Authentication/RegisterView.tsx +++ b/screens/Authentication/RegisterView.tsx @@ -1,7 +1,7 @@ import Spacing from "@/components/_ShareComponent/Spacing"; import ViewWrapper from "@/components/_ShareComponent/ViewWrapper"; import ButtonCustom from "@/components/Button/ButtonCustom"; -import { TextInputCustom } from "@/components/TextInput/TextInputCustom"; +import TextInputCustom from "@/components/TextInput/TextInputCustom"; import { MainColor } from "@/constants/color-palet"; import { GStyles } from "@/styles/global-styles"; import { MaterialCommunityIcons } from "@expo/vector-icons";