Skip to content

fix(a11y): add iOS VoiceOver support to picker and Done button#22

Open
TaduJR wants to merge 1 commit intoExpensify:masterfrom
TaduJR:fix/ios-voiceover-picker-accessibility
Open

fix(a11y): add iOS VoiceOver support to picker and Done button#22
TaduJR wants to merge 1 commit intoExpensify:masterfrom
TaduJR:fix/ios-voiceover-picker-accessibility

Conversation

@TaduJR
Copy link

@TaduJR TaduJR commented Mar 18, 2026

Summary

Adds built-in accessibility to renderIOS() and the Done button, matching the pattern already established in renderAndroidHeadless() (PR #19).

iOS picker wrapper (ios_touchable_wrapper)

  • accessible={true}
  • accessibilityRole="combobox"
  • accessibilityLabel extracted from pickerProps.accessibilityLabel
  • accessibilityState={{ disabled, expanded: showPicker }}

Done button (done_button)

  • accessibilityRole="button"
  • accessibilityLabel={doneText}

Library props are placed after {...touchableWrapperProps} / {...touchableDoneProps} so library values take precedence, ensuring consistent screen reader behavior.

cc @eVoloshchak @inimaga

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant