import { LinearGradient } from 'expo-linear-gradient'; import { StatusBar } from 'expo-status-bar'; import { ImageBackground, StyleSheet, Text, View } from 'react-native'; export default function App() { return ( ); } const styles = StyleSheet.create({ container: { flex: 1, backgroundColor: '#fff', alignItems: 'center', justifyContent: 'center', }, background: { position: 'absolute', left: 0, right: 0, top: 0, height: '100%', }, });