import styled from 'styled-components/native'; export const Container = styled.View` position: absolute; top: 0; right: 0; left: 0; bottom: 0; justify-content: center; background: rgba(0, 0, 0, 0.7); `;