import styled from 'styled-components/native'; export const ADContainer = styled.View` display: flex; flex-direction: column; width: 100%; ` export const ADHeader = styled.View` display: flex; justify-content: flex-start; ` export const ADAddress = styled.View` align-items: flex-start; justify-content: flex-start; ` export const ADMap = styled.View` width: 100%; `