import { StyleSheet } from "react-native"; export const fieldStyles = StyleSheet.create({ container: { }, errorText: { color: "red" } });