upd: tampilan login dan verifikasi
Deskripsi: - color text No Issues
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user