Element not recognized - how to interact with such element on ios (react native app) - appium ver 1.22.3

How to interact (tap on elements) that are in rad squares ?

You cannot unless the component is made properly accessible by developers.

Thanks a lot ! what should be in the react component or how it should be made ? so that appium will be able to map it or recognize ?

I am not RN developer myself. Google search gives the following hint: https://medium.com/@svinkle/creating-accessible-react-native-apps-5ddd1facb7d1