import { StyleSheet } from 'react-native'; export const styles = StyleSheet.create({ container: { flex: 1, }, backgroundOverlay: { position: 'absolute', width: '100%', height: '100%', backgroundColor: 'rgba(0,0,0,0.5)', }, });