import { TextInput, View, StyleSheet, Button } from 'react-native' export default function LoginView() { const styles = StyleSheet.create({ container: { padding: 16, gap: 8 }, textfield: { borderColor: 'transparent', borderBottomColor: '#ccc', borderWidth: 1, paddingVertical: 4 } }) return