A framework for building native applications using React
Implement ReactCompoundView for PreparedLayoutTextView (#51551)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/51551 This allows hit RN's hit testing to find nested spans, and click them. This mechanism is fully separate from the one used by a11y virtual views, and ClickableSpan, such as those added for links via dataDetectorType (and also the `link` role). When we do have a link accessibilityRole, that ClickableSpan hit test seems to prevent the React one, and we only activate the onPress once (but then add keyboard interaction, press visual, and add to the a11y tree). Changelog: [Internal] Reviewed By: mdvacca Differential Revision: D75257326 fbshipit-source-id: 0c693f581ec121cf4b4e3e2040d141985118224f
N
Nick Gerleman committed
6e8ce60bd4e80913e7485dfe66087d0697b0e6c8
Parent: 8322643
Committed by Facebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
on 5/28/2025, 12:23:36 AM