1import { Text } from "react-native"; 2 3export const Login = () => { 4 return <Text>Login not implemented for native yet :(</Text>; 5};