import { StyleSheet, TouchableOpacity, TextInput, View, Text, } from "react-native"; import Button from "../components/Button"; import { colors } from "../components/style"; export function LoginForm() { return ( Please Log In