React Native Automation

Ask developers to make element accessible. Same you will find with xCode inspector. Only app dev can fix this.

Do we need to set accessible={false} for all the parent components ?

I am not 100% sure. I do it very rare (thanks to our devs).
https://medium.com/short-swift-stories/accessibility-element-2d55cefdf9d7 ->

Good to remember:
 - elements relevant for users of the AUI should be marked as an accessibility element.
 - custom views that convey information or views that act as a container, used to group information, should be marked accessible.
 - don’t hide views if they convey information (disabled state).
 - low-sighted users can be confused if they can’t highlight what they can see on the screen.

Is there any forum for React Native Devs to follow for IOS ?

All the ones listed here. Maybe more?

Any dev docs related to Appium and React Native @wreed

And my exact problem is mentioned here

I’ve provided what I know. Unfortunately I’m not a developer, and the app I work on is not ReactNative.

@mohan_kumar Hey, facing same issue, did it get resolved ?