AssessibilityLabel IOS not working

I am trying to get assessibilityLabel to work on react-native and using Appium/WebDriver.io - which uses XCUITest for Appium, I cannot get the Touchable -> Text to actually work.

It is wrapped in several so not sure if that is the issue? I did get “mobile: tap” to click on a button, but element.click() does not work on these controls. I tested in Accessibility Tester in Xcode and it looks good. Label is there.

Help / ideas? See my link which has more info.