• File Location

    • src/screens/PaymentMethodModule/MyWalletHomeScreen/MyWalletHomeScreen.js
      ![Simulator Screen Shot - iPhone 12 - 2021-08-28 at 22.05.52.png](<https://s3-us-west-2.amazonaws.com/secure.notion-static.com/2bcd4a52-c52b-4fe8-af02-d34b19f6bf8a/Simulator_Screen_Shot_-_iPhone_12_-_2021-08-28_at_22.05.52.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/MyWalletHomeScreen/MyWalletHomeScreen.js
    • You 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 />}
      />