import { StyleSheet } from 'react-native'; const styles = StyleSheet.create({ touchable: { paddingVertical: 16, paddingHorizontal: 8, }, text: { fontSize: 16, fontWeight: '600', textAlign: 'center', }, }); export default styles;