import styled from 'styled-components/native'; export const StyledQuantityControl = styled.View` flex: 1; flex-direction: row; width: 80px; justifyContent: space-between; alignItems: center; `