import { StyleSheet } from 'react-native'; export default StyleSheet.create({ backdrop: { height: '100%', width: '100%', position: 'absolute', bottom: 0, backgroundColor: 'rgba(0,0,0,0.7)', }, });