From 1c4c82025bf9f0532766ed837ad5be21a2fcff13 Mon Sep 17 00:00:00 2001 From: Zachary Ebenfeld Date: Wed, 16 Jul 2025 17:26:03 -0400 Subject: [PATCH 1/2] Fix typo in accessibility.md --- website/versioned_docs/version-0.80/accessibility.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/versioned_docs/version-0.80/accessibility.md b/website/versioned_docs/version-0.80/accessibility.md index 6d969725882..92305d236bb 100644 --- a/website/versioned_docs/version-0.80/accessibility.md +++ b/website/versioned_docs/version-0.80/accessibility.md @@ -14,7 +14,7 @@ Android and iOS differ slightly in their approaches, and thus the React Native i ### `accessible` -When `true`, indicates that the view is discoverable by assistive technologies such as screen readers and hardware keyboards. Note that this does not necessarily mean that the view will be focused by VoiceOver or TalkBack. There are a number of reasons for this, such as VoiceOver disallowing nested acecssibility elements, or TalkBack opting to focus some parent element instead. +When `true`, indicates that the view is discoverable by assistive technologies such as screen readers and hardware keyboards. Note that this does not necessarily mean that the view will be focused by VoiceOver or TalkBack. There are a number of reasons for this, such as VoiceOver disallowing nested accessibility elements, or TalkBack opting to focus some parent element instead. By default, all touchable elements are accessible. From 699bb3218ea12cb1adbf7dab7c9b9f39799379b3 Mon Sep 17 00:00:00 2001 From: Zachary Ebenfeld Date: Thu, 17 Jul 2025 09:40:09 -0400 Subject: [PATCH 2/2] Fix typo in accessibility.md --- docs/accessibility.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/accessibility.md b/docs/accessibility.md index 6d969725882..92305d236bb 100644 --- a/docs/accessibility.md +++ b/docs/accessibility.md @@ -14,7 +14,7 @@ Android and iOS differ slightly in their approaches, and thus the React Native i ### `accessible` -When `true`, indicates that the view is discoverable by assistive technologies such as screen readers and hardware keyboards. Note that this does not necessarily mean that the view will be focused by VoiceOver or TalkBack. There are a number of reasons for this, such as VoiceOver disallowing nested acecssibility elements, or TalkBack opting to focus some parent element instead. +When `true`, indicates that the view is discoverable by assistive technologies such as screen readers and hardware keyboards. Note that this does not necessarily mean that the view will be focused by VoiceOver or TalkBack. There are a number of reasons for this, such as VoiceOver disallowing nested accessibility elements, or TalkBack opting to focus some parent element instead. By default, all touchable elements are accessible.