-
Notifications
You must be signed in to change notification settings - Fork 11
fix: android-headless-talkback-accessibility #19
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
base: master
Are you sure you want to change the base?
fix: android-headless-talkback-accessibility #19
Conversation
|
@TaduJR Please merge main into your branch to fix the GitHub validation errors? |
| } | ||
| }; | ||
|
|
||
| const accessibilityLabel = selectedItem.inputLabel || selectedItem.label; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's just pass whatever accessibilityLabel we pass to RNPickerSelect manually
<RNPickerSelect
pickerProps={{
accessibilityLabel: selectedItem.title,
}}
>| accessibilityLabel={accessibilityLabel} | ||
| accessibilityState={{ disabled }} | ||
| onAccessibilityAction={handleAccessibilityAction} | ||
| accessibilityActions={[{ name: 'activate' }]} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we add support for 'escape' action too?
|
@TaduJR Please can we get some movement on this. |
|
Hey @inimaga Very sorry for the delay 🙏 I was having some deploy blockers recently. Will surely handle it tomorrow. Thanks for the bump! |
Fixes Expensify/App#77542
Demo:
Screen_Recording_20260122_065943_New.Expensify.Dev.mp4