import { StyleSheet } from 'react-native'; export default StyleSheet.create({ container: { justifyContent: 'center', alignItems: 'center' } });