• File Location

    • src/screens/PaymentMethodModule/WithdrawHistoryScreen/WithdrawHistoryScreen.js
      ![Simulator Screen Shot - iPhone 12 - 2021-10-20 at 18.07.00.png](<https://s3-us-west-2.amazonaws.com/secure.notion-static.com/e08a0ebe-e40d-4583-a5ce-d0a49d0ee102/Simulator_Screen_Shot_-_iPhone_12_-_2021-10-20_at_18.07.00.png>)
    
  • Data

    • If you’d like to change data present on the payment method home screen, please locate the payment options display array in

      • src/screens/PaymentMethodModule/WithdrawHistoryScreen/WithdrawHistoryScreen.js
    • Locate the Withdraw History Dummy Data file in src/Dummy/WithdrawHistoruDummyData.js and create/delete/edit an item accordingly

      [
      	{
            id: 0,
            name: '15/04/2018',
            profilePicture: '',
            profilePictureComponent: <Mastercard />,
            description: 'Order #80126',
            moneyGained: 345.90,
          },
        ...
      ];