import { StyleSheet } from 'react-native'; const styles = StyleSheet.create({ wrapper: { maxWidth: 500, maxHeight: '80%', width: '90%', }, box: { paddingVertical: 8, paddingHorizontal: 16, }, separator: { height: 1, }, }); export default styles;