Not able to inspect react native drop down element in iOS

Am trying to automate below drop down but iOS Accessibility inspector is unable to detect the element. Even we tried with Appium Inspector issue is same.

Drop down: https://www.npmjs.com/package/react-native-element-dropdown

We tried to debug the dropdown component. In that we can see the value is rendered properly from react.

We have raised the issue with Appium, but they have given few suggestions in the Appium setting but it didn't solve. Now it's something that has to be done from XCTest Framework end.

Appium issue git link: https://github.com/appium/appium/issues/14825

Not able to inspect react native drop down element in iOS
 
 
Q