File Location
src/screens/PaymentMethodModule/MyWalletHomeScreen/MyWalletHomeScreen.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/MyWalletHomeScreen/MyWalletHomeScreen.jsYou can change the icons & the options displayed if you modify or add/delete code like displayed below:
<SquareListIcon
showBorder={true}
onPress={() => navigation.navigate(Routes.WithdrawHistoryScreen)}
leftIconComponent={<PersonalInformationIcon />}
title={'Withdraw History'}
leftIconRightPadding={19}
leftIconLeftPadding={21}
rightIconComponent={<ArrowRightLongIcon />}
/>