• This screen was designed to let the users know what their previous orders are.

  • File Location

    • src/screens/OrderHistoryModule/OrderDetailScreen/OrderDetailScreen.js
      ![Simulator Screen Shot - iPhone 12 - 2021-10-20 at 18.04.49.png](<https://s3-us-west-2.amazonaws.com/secure.notion-static.com/3b480ba3-6fe4-41f4-ad62-83f577b5b5c0/Simulator_Screen_Shot_-_iPhone_12_-_2021-10-20_at_18.04.49.png>)
    
  • Data

    • If you’d like to change data present on this screen, please locate the following file

      • src/screens/OrderHistoryModule/OrderDetailScreen/OrderDetailScreen.js
    • If 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,
          },
          ...
      ]