import styled from 'styled-components'; import {View} from 'react-native'; export const VideoPremiumBlockerContainer = styled(View)` padding: 20px; height: 100%; display: flex; flex-direction: column; justify-content: center; `; export const PremiumMessageContainer = styled(View)` display: flex; flex-direction: row; `;