import styled from 'styled-components/native' export const Container = styled.View` ` export const WrapHeader = styled.View` padding: 15px 0px; justify-content: space-between; align-items: center; flex-direction: row; `