This screen was designed to let the users know what their previous orders are.
File Location
src/screens/OrderHistoryModule/OrderDetailScreen/OrderDetailScreen.js 
Data
If you’d like to change data present on this screen, please locate the following file
src/screens/OrderHistoryModule/OrderDetailScreen/OrderDetailScreen.jsIf you’d like to change the data shown on this page for order history information you will have to navigate to src/DummyData/SubItemsDummy.js
[
{
id: 0,
title: 'Brownies',
rating: 4.5,
deliveryTime: '31min',
description: 'Pancakes with Caramel & Chocolate Ice Cream',
itemPrice: 13.45,
review: 145,
imageIconPath:
'<https://images.unsplash.com/photo-1589218436045-ee320057f443?ixid=MXwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHw%3D&ixlib=rb-1.2.1&auto=format&fit=crop&w=634&q=80>',
itemPurchased: 1,
},
...
]