You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@billnbell Hey William, IMO testID should work just fine. Feel free to dig deeper and submit a PR. I'll also have a look when I'm able to spare some time.
Hey William, I'm confused you're saying testIDs don't show in XCode or they don't show in android? What testing tool are you using? Just had someone run Appium on a React Native app, they could find the testIDs.
Sorry, works been rough. Can you share some specific details so we can resolve this one?
You probably need to add -
cancelButtonTestID?: string;
confirmButtonTestID?: string;
To AwesomeAlertProps. Interestingly, after I add them in IOS I don't see them using the Xcode Accessibility tool.
Can you add accessibilityLabel and TestID? Then I can get it to work on both devices as well.
But updating cancelButtonTestID, confirmButtonTestID and testing that is step 1.
The text was updated successfully, but these errors were encountered: