import { StyleSheet } from 'react-native' import theme from 'providers/theme' const Style = StyleSheet.create({ container: { flex: 1, backgroundColor: theme.colors.white, }, }) export default Style