This screen was designed to let the users know what their previous orders are.
File Location
src/screens/OrderHistoryModule/OrderHistoryHomeScreen/OrderHistoryHomeScreen.js 
Data
If you’d like to change data present on this screen, please locate the following file
src/screens/OrderHistoryModule/OrderHistoryHomeScreen/OrderHistoryHomeScreen.jsIf you’d like to change the data shown on this page for order history information you will have to navigate to src/DummyData/OrderHistoryDummyData.js
[
{
id: 0,
amountPaid: 240.0,
name: 'Sabrina Lorenstein',
invoiceNumber: '30WT43GD51',
description: 'Duis in mollis de megado',
isCompleted: true,
restaurantIconComponent: <Sabrina width={33} height={33} />,
date: '01/20/2020',
},
...
]