import React from 'react' import { OText, OButton, OIcon, OModal } from '../shared'; import { useLanguage } from 'ordering-components/native' import { useTheme } from 'styled-components/native' import { StyleSheet, View } from 'react-native' import SimpleIcon from 'react-native-vector-icons/SimpleLineIcons' import { OrderSuccessContainer, LocationWrapper, DeliveryWrapper, DeliveryContentWrapper } from './styles' export const OrderSuccess = () => { const [, t] = useLanguage(); const theme = useTheme() const styles = StyleSheet.create({ title: { fontWeight: '700', textAlign: 'center', marginBottom: 18 }, imageWrapper: { width: '100%', marginBottom: 73 }, }); return ( {t('ORDER_SUCCESSFULLY_CREATED', 'Order successfully created!')} {t('WE_ARE_CREATING_YOUR_ORDER', 'We are creating your order!')} {t('DELIVERY', 'Delivery')} {t('DELIVERY', 'Delivery')} {t('WE_ARE_CREATING_YOUR_ORDER', 'We are creating your order!')} Business name 3products ) }