import { View } from 'react-native'; import styled from '@emotion/native'; const Wrapper = styled(View)(() => ({ flex: 1, flexDirection: 'row', justifyContent: 'space-between', })); export { Wrapper };