import { StyleSheet } from 'react-native'; export const styles = StyleSheet.create({ button: { backgroundColor: '#007BFF', borderRadius: 10, padding: 10, alignItems: 'center', justifyContent: 'center', margin: 10, elevation: 3, shadowColor: '#000', shadowOffset: { width: 0, height: 2, }, shadowOpacity: 0.25, shadowRadius: 3.84, }, buttonText: { color: '#FFFFFF', fontSize: 16, }, });