This component has been specifically designed for the Order History Page.
This component holds the information about the order

This component is highly customizable and can change its content according to the props passed.
orderedItems - an array of all ordered items
onPress - a function that executes on the press of an item
Example:
<OrderedItemList
orderedItems={orderedItems.itemsOrdered}
/>