import { StyleSheet } from 'react-native'; export const styles = StyleSheet.create({ container: { paddingVertical: 10, paddingHorizontal: 10, }, });