import styled from 'styled-components/native' export const NotificationContainer = styled.SafeAreaView` flex: 1; justify-content: center; align-items: center; background-color: rgba(0, 0, 0, 0.4); `