import { Text, View } from "react-native"; const SignIn = () => { return ( Sign In ); }; export default SignIn;