import { StyleSheet } from 'react-native'; export const styles = StyleSheet.create({ container: { flex: 1, justifyContent: 'center', alignItems: 'center', backgroundColor: 'transparent', }, backgroundImage: { flex: 1, }, backgroundOverlay: { position: 'absolute', width: '100%', height: '100%', backgroundColor: 'rgba(0,0,0,0.5)', }, text: { fontSize: 20, color: 'hsl(0, 0.00%, 100.00%)', marginTop: 10, }, });