Accessibility changes for 0.63 by cknitt · Pull Request #728 · rescript-react-native/rescript-react-native

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@cknitt

Copy link Copy Markdown

Member

@cknitt cknitt commented

Sep 27, 2020

This is the accessibility stuff from #705.

  • Removed accessibilityComponentType and accessibilityTraits.
  • Accessibility.role was actually already up to date (except for the value "switch" which we can't add because it's a keyword, unless we move this back to @bs.string which I would like to avoid).
  • Accessibility.actionInfo was already there, but broken (missing unit to terminate argument list) => fixed.
  • Added AccessibilityActionEvent and onAccessibilityAction.

@cknitt cknitt requested a review from MoOx

September 27, 2020 10:24

@MoOx MoOx merged commit 840d682 into master

Sep 28, 2020

@MoOx MoOx deleted the accessibility-0.63 branch

September 28, 2020 05:07

@MoOx

Copy link Copy Markdown

Member

MoOx commented

Sep 28, 2020

Thanks for handling this @cknitt !

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

Reviewers

@MoOx MoOx MoOx approved these changes

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@cknitt @MoOx