diff --git a/frontend/.gitignore b/frontend/.gitignore index 8591fe5..50f5130 100644 --- a/frontend/.gitignore +++ b/frontend/.gitignore @@ -34,4 +34,6 @@ yarn-error.* # typescript *.tsbuildinfo -.env \ No newline at end of file +.env + +.vscode/ diff --git a/frontend/app/login.js b/frontend/app/login.js index e8ac95e..056dc93 100644 --- a/frontend/app/login.js +++ b/frontend/app/login.js @@ -1,9 +1,12 @@ -import { StyleSheet, TextInput, View, Text, Image } from "react-native"; +import { StyleSheet, TextInput, View, Image } from "react-native"; +import Text from "@components/Text"; +import Link from "@components/Link"; +import { LinearGradient } from "expo-linear-gradient"; +import { Animated } from "react-native"; import { useEffect, useState } from "react"; import { router } from "expo-router"; import Button from "../components/Button"; import { colors } from "../components/style"; - import { useAuth } from "./context/AuthContext"; function LoginPage() { @@ -23,13 +26,18 @@ function LoginPage() { return ( + + - Please Log In + Please Log In setPass(text)} /> -