import React from 'react'; import { View, Text, StyleSheet } from 'react-native'; export const OrderDetails = () => { return ( OrderDetails ); };