• File Location

    • src/screens/ChooseLanguage/ChooseLanguage.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/ChooseLanguage/ChooseLanguage.js
    • Locate the languages array and create/delete/edit an item accordingly
    [
        {
          title: 'English',
          language: ENGLISH_LANGUAGE,
        },
      ...
    ];
    // here language is grabbing a constant defined in src/constants/constants.js file
    
    //if you want to add/edit/delete icons for the languages then please visit src/components/icons/FlagIcons/FlagIcons.js file
    
    • As you add more options, the screen becomes scrollable