-
Notifications
You must be signed in to change notification settings - Fork 273
feat: alias isInaccessible as isHiddenFromAccessibility #1211
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
feat: alias isInaccessible as isHiddenFromAccessibility #1211
Conversation
Codecov ReportBase: 94.38% // Head: 94.49% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #1211 +/- ##
==========================================
+ Coverage 94.38% 94.49% +0.11%
==========================================
Files 42 42
Lines 2936 2927 -9
Branches 435 435
==========================================
- Hits 2771 2766 -5
+ Misses 165 161 -4
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
4a713f9
to
f54a037
Compare
Summary
Rename
isInaccessible
asisHiddenFromAccessibility
. Then provide RTL-compat aliasisInaccessible
, but only as a secondary option.Test plan
Update existing tests to use
isHiddenFromAccessibility
.