amalia/23-okt-25 #1

Merged
amaliadwiy merged 203 commits from amalia/23-okt-25 into join 2025-10-27 11:19:44 +08:00
109 changed files with 3316 additions and 335 deletions
Showing only changes of commit 885a6cf973 - Show all commits

View File

@@ -2,10 +2,11 @@ import Styles from "@/constants/Styles"
import { apiCheckPhoneLogin, apiSendOtp } from "@/lib/api"
import AsyncStorage from "@react-native-async-storage/async-storage"
import { useState } from "react"
import { Image, SafeAreaView, Text, ToastAndroid, View } from "react-native"
import { Image, SafeAreaView, ToastAndroid, View } from "react-native"
import { ButtonForm } from "../buttonForm"
import { InputForm } from "../inputForm"
import ModalLoading from "../modalLoading"
import Text from "../Text"
type Props = {

View File

@@ -3,9 +3,10 @@ import { apiSendOtp } from "@/lib/api";
import { useAuthSession } from "@/providers/AuthProvider";
import AsyncStorage from "@react-native-async-storage/async-storage";
import { useState } from "react";
import { Image, Text, ToastAndroid, View } from "react-native";
import { Image, ToastAndroid, View } from "react-native";
import { OtpInput } from "react-native-otp-entry";
import { ButtonForm } from "../buttonForm";
import Text from "../Text";
type Props = {
phone: string
@@ -77,6 +78,7 @@ export default function ViewVerification({ phone, otp }: Props) {
alignSelf: 'center'
},
pinCodeContainerStyle: Styles.verificationCell,
pinCodeTextStyle: { color: 'black' }
}}
/>
<ButtonForm