UNPKG

generator-react-native-tvos

Version:
14 lines (11 loc) 255 B
import styled from 'styled-components/native'; export const CategoryBox = styled.View` flex: 1; justify-content: flex-start; align-items: center; margin-bottom: 50; margin-top: 30; `; export const PosterBox = styled.View` margin-top: 50; `;