import { StyleSheet } from 'react-native' export const styles = StyleSheet.create({ container: { flex: 1, flexGrow: 1, justifyContent: 'flex-start', }, })