import styled from 'styled-components/native' export const Container = styled.View` align-items: center; justify-content: flex-start; flex-direction: row; ` export const DummyContainer = styled.View` height: 40px; `