File Location
src/screens/PaymentMethodModule/WithdrawHistoryScreen/WithdrawHistoryScreen.js 
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.jsLocate 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,
},
...
];