How to automate select second item from list in react native app?

Currently I have two items in the list, I am able to add accessibilityLabel to select first item from the list by using Appium, but how can I select second item from the list?

  1. find list container by id/classname/whatever
  2. inside this list container now find items by it classname or something

now you have list of items where: el.get(0) first and el.get(1) second