Skip to content

Add stable accessibilityOrder prop#57235

Draft
ya-nsh wants to merge 1 commit into
react:mainfrom
ya-nsh:accessibility-order-prop
Draft

Add stable accessibilityOrder prop#57235
ya-nsh wants to merge 1 commit into
react:mainfrom
ya-nsh:accessibility-order-prop

Conversation

@ya-nsh

@ya-nsh ya-nsh commented Jun 16, 2026

Copy link
Copy Markdown
Contributor

Summary:

Adds accessibilityOrder as the stable public prop name for configuring descendant accessibility focus order, while preserving experimental_accessibilityOrder as a backwards-compatible alias. This builds on the existing canary-gated native implementation and gives RNTester examples a public API surface for issue #49462.

Addresses #49462.

Changelog:

[GENERAL] [ADDED] - Add stable accessibilityOrder View prop.

Test Plan:

  • yarn build-types
  • yarn test-typescript
  • yarn flow-check
  • ./gradlew ktfmtCheck
  • git diff --check

Manual RNTester verification is still needed with the accessibility order feature flag enabled.

@meta-cla meta-cla Bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Jun 16, 2026
@github-actions

Copy link
Copy Markdown

Warning

JavaScript API change detected

This PR commits an update to ReactNativeApi.d.ts, indicating a change to React Native's public JavaScript API.

  • Please include a clear changelog message.
  • This change will be subject to additional review.

This change was flagged as: POTENTIALLY_BREAKING

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

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant