import styled from 'styled-components/native' import { RFPercentage } from 'react-native-responsive-fontsize' export const Container = styled.View` flex: 1; padding: 0px ${RFPercentage(5)}px; `