import { StyleSheet } from 'react-native'; export default StyleSheet.create({ container: { flex: 1, justifyContent: 'center', alignItems: 'center', backgroundColor: '#F5FCFF', }, text: { fontSize: 24, fontWeight: '700', margin: 20, lineHeight: 30, color: '#333', textAlign: 'center', }, bootSplash: { flex: 1, justifyContent: 'center', alignItems: 'center', backgroundColor: '#FFF', }, logo: { height: 100, width: 100, }, });