We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Snippet
Toast.show(_localize(message), { // opacity: 1, duration: Toast.durations.LONG, backgroundColor: isError ? '#CC0000' : '#007E33', position: Toast.positions.TOP, shadow: true, animation: true, hideOnPress: true, delay: 0, textStyle: { flex: 1, fontSize: 13 }, onShow: () => { // isCommonToastActive = true }, onShown: () => { // calls on toast\`s appear animation end. }, onHide: () => { // calls on toast\`s hide animation start. }, onHidden: () => { // isCommonToastActive = false }, testID: `toast message`, accessibilityLabel: `toast message` });
The prop accessibilityLabel is not displayed in automation test tools(Testproject). Is there is any other way to achieve this? Thanks.
The text was updated successfully, but these errors were encountered:
+1 would love to have accessibilityLabel ... :'(
Take a look at This PR
Sorry, something went wrong.
No branches or pull requests
Snippet
The prop accessibilityLabel is not displayed in automation test tools(Testproject).
Is there is any other way to achieve this? Thanks.
The text was updated successfully, but these errors were encountered: