import styled from 'styled-components/native' export const Container = styled.TouchableOpacity` flex-direction: row; align-items: center; justify-content: space-between; padding: 10px; ` export const IconControl = styled.View` flex-direction: row; flex: 1; align-items: center ` export const QuantityControl = styled.View` flex-direction: row; align-items: center; margin-horizontal: 5px ` export const PositionControl = styled.View` flex-direction: row; align-items: center; margin-right: 5px ` export const Checkbox = styled.TouchableOpacity` ` export const Circle = styled.TouchableOpacity` ` export const LeftSide = styled.View` flex-direction: row; align-items: center; ` export const RightSide = styled.View` flex-direction: row; align-items: center; `