import styled from 'styled-components/native' export const TaxInformationContainer = styled.ScrollView` padding: 10px; ` export const ProductContainer = styled.View` flex: 1 `