import { StyleSheet } from 'react-native'; export default StyleSheet.create({ input: { fontSize: 20, fontWeight: '500', textAlign: 'center' } });