|
|
@ -11,6 +11,7 @@ import { NativeStackNavigationProp } from '@react-navigation/native-stack'; |
|
|
|
import BackIcon from '../../components/BackIcon'; |
|
|
|
import BackIcon from '../../components/BackIcon'; |
|
|
|
import fontSize from '../../utils/fontsizeUtils'; |
|
|
|
import fontSize from '../../utils/fontsizeUtils'; |
|
|
|
import useOrderStore from '../../store/order'; |
|
|
|
import useOrderStore from '../../store/order'; |
|
|
|
|
|
|
|
import widthUtils from '../../utils/widthUtils'; |
|
|
|
import { ordersApi } from '../../services/api/orders'; |
|
|
|
import { ordersApi } from '../../services/api/orders'; |
|
|
|
import { Order } from '../../services/api/orders'; |
|
|
|
import { Order } from '../../services/api/orders'; |
|
|
|
export function ConfirmOrder() { |
|
|
|
export function ConfirmOrder() { |
|
|
@ -208,7 +209,7 @@ const styles = StyleSheet.create({ |
|
|
|
fontWeight: '500', |
|
|
|
fontWeight: '500', |
|
|
|
}, |
|
|
|
}, |
|
|
|
border: { |
|
|
|
border: { |
|
|
|
height: 6, |
|
|
|
height: widthUtils(6,6).height, |
|
|
|
backgroundColor: '#f5f5f5', |
|
|
|
backgroundColor: '#f5f5f5', |
|
|
|
}, |
|
|
|
}, |
|
|
|
orderNumber: { |
|
|
|
orderNumber: { |
|
|
@ -241,7 +242,7 @@ const styles = StyleSheet.create({ |
|
|
|
shippingLabel: { |
|
|
|
shippingLabel: { |
|
|
|
fontSize: fontSize(14), |
|
|
|
fontSize: fontSize(14), |
|
|
|
color: '#666', |
|
|
|
color: '#666', |
|
|
|
width: 80, |
|
|
|
width: widthUtils(80,80).width, |
|
|
|
}, |
|
|
|
}, |
|
|
|
shippingValue: { |
|
|
|
shippingValue: { |
|
|
|
fontSize: fontSize(14), |
|
|
|
fontSize: fontSize(14), |
|
|
|