import styled from 'styled-components/native' export const AccordionSection = styled.View` background: #FFF; ` export const Accordion = styled.TouchableOpacity` flex-direction: column; justify-content: space-between; ` export const DropdownWrapper = styled.View` flex-direction: row; `