1234567891011 |
- import { StyleSheet } from 'react-native';
- import { Colors } from '../../../theme';
- export const styles = StyleSheet.create({
- background: { height: '100%', flex: 1 },
- contentContainerStyle: { gap: 16, paddingBottom: 16 },
- wrapper: {
- display: 'flex',
- height: '100%'
- }
- });
|