UNPKG

generator-react-native-tvos

Version:
10 lines (8 loc) 183 B
import styled from 'styled-components/native'; export const Scroll = styled.ScrollView` margin-top: 0; margin-bottom: 0; width: 100%; padding-top: 0; padding-bottom: 0; `;