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