-
Notifications
You must be signed in to change notification settings - Fork 131
New issue
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
accessibilityLabel error #143
Comments
It works when the value is not set. <Overlay {...overlayProps}> |
The error says that it's receiving a boolean but is expecting a string. The documentation says that the prop type is a string: Try passing in empty strings for both scrollViewAccessibilityLabel and cancelButtonAccessibilityLabel. If that works, the defaults will need to be fixed. Would you mind testing this out -- ... so that the default values are strings |
This has been fixed and published in 2.0.2. |
im not sure why when i updated to latest version (2.0.3), it still showing the same error (importantForAccessibility), but then when i change value |
The same to me. Working. |
Though it has been closed almost a year @peacechen. Please help suggest. |
Maybe the requirements for |
Should |
Hi, importantForAccessibility error importantForAccessibility = {isFirstItem? 'yes': 'no'}.I solved it with

But this time it gives accessibilityLabel error. Please can you help? This problem is happening at 0.62. Android
The text was updated successfully, but these errors were encountered: