import { StyleSheet } from 'react-native'; const styles = StyleSheet.create({ button: { alignItems: 'center', justifyContent: 'center', backgroundColor: 'rgba(30, 80, 196, 1)' }, buttonText: { color: '#fff', fontSize: 14 } }); export default styles;