import styled from 'styled-components/native' export const ProductsContainer = styled.View` ` export const ErrorMessage = styled.View` padding: 20px; width: 100%; background-color: #CCCCCC; font-weight: bold; ` export const WrapperNotFound = styled.View` height: 500px; `