Add:
- lib/api.ts

### No Issue
This commit is contained in:
2025-08-15 17:39:32 +08:00
parent 4f4d9b2f05
commit 6f5d04e73f
5 changed files with 86 additions and 15 deletions

View File

@@ -3,11 +3,14 @@ import ViewWrapper from "@/components/_ShareComponent/ViewWrapper";
import ButtonCustom from "@/components/Button/ButtonCustom";
import { MainColor } from "@/constants/color-palet";
import { GStyles } from "@/styles/global-styles";
import { router } from "expo-router";
import { router, useLocalSearchParams } from "expo-router";
import { Text, View } from "react-native";
import { OtpInput } from "react-native-otp-entry";
export default function VerificationView() {
const { kodeId } = useLocalSearchParams();
console.log("kodeId ", kodeId);
const handleVerification = () => {
console.log("Verification clicked");
router.push("/register");