oauth component ui created

This commit is contained in:
Sanidhya Kumar Verma
2024-08-29 15:43:06 +00:00
committed by GitHub
parent de8ca40dcf
commit f93e06c632
2 changed files with 42 additions and 4 deletions
+5 -4
View File
@@ -1,10 +1,11 @@
import { Link } from "expo-router";
import { useState } from "react";
import { Image, ScrollView, Text, View } from "react-native";
import { InputField } from "@/components/input-field";
import { icons, images } from "@/constants";
import { CustomButton } from "@/components/custom-button";
import { Link } from "expo-router";
import { InputField } from "@/components/input-field";
import { OAuth } from "@/components/oauth";
import { icons, images } from "@/constants";
const SignUp = () => {
const [form, setForm] = useState({
@@ -78,7 +79,7 @@ const SignUp = () => {
className="mt-6"
/>
{/* OAuth */}
<OAuth />
<Link
href="/sign-in"