From 3ed8bcac608b3ec78ea881a5f3e9d96f0443ddff Mon Sep 17 00:00:00 2001 From: Prince Tripathi Date: Thu, 7 Nov 2024 13:47:28 +0530 Subject: [PATCH] fix: platform label annotation of onAccessibilityTap prop --- docs/accessibility.md | 2 +- docs/view.md | 2 +- website/versioned_docs/version-0.70/accessibility.md | 2 +- website/versioned_docs/version-0.70/view.md | 2 +- website/versioned_docs/version-0.71/accessibility.md | 2 +- website/versioned_docs/version-0.71/view.md | 2 +- website/versioned_docs/version-0.72/accessibility.md | 2 +- website/versioned_docs/version-0.72/view.md | 2 +- website/versioned_docs/version-0.73/accessibility.md | 2 +- website/versioned_docs/version-0.73/view.md | 2 +- website/versioned_docs/version-0.74/accessibility.md | 2 +- website/versioned_docs/version-0.74/view.md | 2 +- website/versioned_docs/version-0.75/accessibility.md | 2 +- website/versioned_docs/version-0.75/view.md | 2 +- website/versioned_docs/version-0.76/accessibility.md | 2 +- website/versioned_docs/version-0.76/view.md | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/docs/accessibility.md b/docs/accessibility.md index ed452b25cc6..816f4cc9536 100644 --- a/docs/accessibility.md +++ b/docs/accessibility.md @@ -340,7 +340,7 @@ In the above example, the `yellow` layout and its descendants are completely inv Assign this property to a custom function which will be called when someone performs the "escape" gesture, which is a two finger Z shaped gesture. An escape function should move back hierarchically in the user interface. This can mean moving up or back in a navigation hierarchy or dismissing a modal user interface. If the selected element does not have an `onAccessibilityEscape` function, the system will attempt to traverse up the view hierarchy until it finds a view that does or bonk to indicate it was unable to find one. -### `onAccessibilityTap` +### `onAccessibilityTap`
iOS
Use this property to assign a custom function to be called when someone activates an accessible element by double tapping on it while it's selected. diff --git a/docs/view.md b/docs/view.md index 9050bb8cf26..5d9f331cefa 100644 --- a/docs/view.md +++ b/docs/view.md @@ -522,7 +522,7 @@ When `accessible` is `true`, the system will invoke this function when the user --- -### `onAccessibilityTap` +### `onAccessibilityTap`
iOS
When `accessible` is true, the system will try to invoke this function when the user performs accessibility tap gesture. diff --git a/website/versioned_docs/version-0.70/accessibility.md b/website/versioned_docs/version-0.70/accessibility.md index e92aba22e3b..9344178002a 100644 --- a/website/versioned_docs/version-0.70/accessibility.md +++ b/website/versioned_docs/version-0.70/accessibility.md @@ -228,7 +228,7 @@ In the above example, the `yellow` layout and its descendants are completely inv Assign this property to a custom function which will be called when someone performs the "escape" gesture, which is a two finger Z shaped gesture. An escape function should move back hierarchically in the user interface. This can mean moving up or back in a navigation hierarchy or dismissing a modal user interface. If the selected element does not have an `onAccessibilityEscape` function, the system will attempt to traverse up the view hierarchy until it finds a view that does or bonk to indicate it was unable to find one. -### `onAccessibilityTap` +### `onAccessibilityTap`
iOS
Use this property to assign a custom function to be called when someone activates an accessible element by double tapping on it while it's selected. diff --git a/website/versioned_docs/version-0.70/view.md b/website/versioned_docs/version-0.70/view.md index fab181348b0..1eac50617ee 100644 --- a/website/versioned_docs/version-0.70/view.md +++ b/website/versioned_docs/version-0.70/view.md @@ -397,7 +397,7 @@ When `accessible` is `true`, the system will invoke this function when the user --- -### `onAccessibilityTap` +### `onAccessibilityTap`
iOS
When `accessible` is true, the system will try to invoke this function when the user performs accessibility tap gesture. diff --git a/website/versioned_docs/version-0.71/accessibility.md b/website/versioned_docs/version-0.71/accessibility.md index 0df4e15a858..9d927f26dff 100644 --- a/website/versioned_docs/version-0.71/accessibility.md +++ b/website/versioned_docs/version-0.71/accessibility.md @@ -340,7 +340,7 @@ In the above example, the `yellow` layout and its descendants are completely inv Assign this property to a custom function which will be called when someone performs the "escape" gesture, which is a two finger Z shaped gesture. An escape function should move back hierarchically in the user interface. This can mean moving up or back in a navigation hierarchy or dismissing a modal user interface. If the selected element does not have an `onAccessibilityEscape` function, the system will attempt to traverse up the view hierarchy until it finds a view that does or bonk to indicate it was unable to find one. -### `onAccessibilityTap` +### `onAccessibilityTap`
iOS
Use this property to assign a custom function to be called when someone activates an accessible element by double tapping on it while it's selected. diff --git a/website/versioned_docs/version-0.71/view.md b/website/versioned_docs/version-0.71/view.md index 69a595c6c35..b97f9d5d304 100644 --- a/website/versioned_docs/version-0.71/view.md +++ b/website/versioned_docs/version-0.71/view.md @@ -559,7 +559,7 @@ When `accessible` is `true`, the system will invoke this function when the user --- -### `onAccessibilityTap` +### `onAccessibilityTap`
iOS
When `accessible` is true, the system will try to invoke this function when the user performs accessibility tap gesture. diff --git a/website/versioned_docs/version-0.72/accessibility.md b/website/versioned_docs/version-0.72/accessibility.md index ed452b25cc6..816f4cc9536 100644 --- a/website/versioned_docs/version-0.72/accessibility.md +++ b/website/versioned_docs/version-0.72/accessibility.md @@ -340,7 +340,7 @@ In the above example, the `yellow` layout and its descendants are completely inv Assign this property to a custom function which will be called when someone performs the "escape" gesture, which is a two finger Z shaped gesture. An escape function should move back hierarchically in the user interface. This can mean moving up or back in a navigation hierarchy or dismissing a modal user interface. If the selected element does not have an `onAccessibilityEscape` function, the system will attempt to traverse up the view hierarchy until it finds a view that does or bonk to indicate it was unable to find one. -### `onAccessibilityTap` +### `onAccessibilityTap`
iOS
Use this property to assign a custom function to be called when someone activates an accessible element by double tapping on it while it's selected. diff --git a/website/versioned_docs/version-0.72/view.md b/website/versioned_docs/version-0.72/view.md index 2f703015dd2..56a6234267f 100644 --- a/website/versioned_docs/version-0.72/view.md +++ b/website/versioned_docs/version-0.72/view.md @@ -524,7 +524,7 @@ When `accessible` is `true`, the system will invoke this function when the user --- -### `onAccessibilityTap` +### `onAccessibilityTap`
iOS
When `accessible` is true, the system will try to invoke this function when the user performs accessibility tap gesture. diff --git a/website/versioned_docs/version-0.73/accessibility.md b/website/versioned_docs/version-0.73/accessibility.md index ed452b25cc6..816f4cc9536 100644 --- a/website/versioned_docs/version-0.73/accessibility.md +++ b/website/versioned_docs/version-0.73/accessibility.md @@ -340,7 +340,7 @@ In the above example, the `yellow` layout and its descendants are completely inv Assign this property to a custom function which will be called when someone performs the "escape" gesture, which is a two finger Z shaped gesture. An escape function should move back hierarchically in the user interface. This can mean moving up or back in a navigation hierarchy or dismissing a modal user interface. If the selected element does not have an `onAccessibilityEscape` function, the system will attempt to traverse up the view hierarchy until it finds a view that does or bonk to indicate it was unable to find one. -### `onAccessibilityTap` +### `onAccessibilityTap`
iOS
Use this property to assign a custom function to be called when someone activates an accessible element by double tapping on it while it's selected. diff --git a/website/versioned_docs/version-0.73/view.md b/website/versioned_docs/version-0.73/view.md index 11711c1aac3..763145ee57b 100644 --- a/website/versioned_docs/version-0.73/view.md +++ b/website/versioned_docs/version-0.73/view.md @@ -524,7 +524,7 @@ When `accessible` is `true`, the system will invoke this function when the user --- -### `onAccessibilityTap` +### `onAccessibilityTap`
iOS
When `accessible` is true, the system will try to invoke this function when the user performs accessibility tap gesture. diff --git a/website/versioned_docs/version-0.74/accessibility.md b/website/versioned_docs/version-0.74/accessibility.md index ed452b25cc6..816f4cc9536 100644 --- a/website/versioned_docs/version-0.74/accessibility.md +++ b/website/versioned_docs/version-0.74/accessibility.md @@ -340,7 +340,7 @@ In the above example, the `yellow` layout and its descendants are completely inv Assign this property to a custom function which will be called when someone performs the "escape" gesture, which is a two finger Z shaped gesture. An escape function should move back hierarchically in the user interface. This can mean moving up or back in a navigation hierarchy or dismissing a modal user interface. If the selected element does not have an `onAccessibilityEscape` function, the system will attempt to traverse up the view hierarchy until it finds a view that does or bonk to indicate it was unable to find one. -### `onAccessibilityTap` +### `onAccessibilityTap`
iOS
Use this property to assign a custom function to be called when someone activates an accessible element by double tapping on it while it's selected. diff --git a/website/versioned_docs/version-0.74/view.md b/website/versioned_docs/version-0.74/view.md index 11711c1aac3..763145ee57b 100644 --- a/website/versioned_docs/version-0.74/view.md +++ b/website/versioned_docs/version-0.74/view.md @@ -524,7 +524,7 @@ When `accessible` is `true`, the system will invoke this function when the user --- -### `onAccessibilityTap` +### `onAccessibilityTap`
iOS
When `accessible` is true, the system will try to invoke this function when the user performs accessibility tap gesture. diff --git a/website/versioned_docs/version-0.75/accessibility.md b/website/versioned_docs/version-0.75/accessibility.md index ed452b25cc6..816f4cc9536 100644 --- a/website/versioned_docs/version-0.75/accessibility.md +++ b/website/versioned_docs/version-0.75/accessibility.md @@ -340,7 +340,7 @@ In the above example, the `yellow` layout and its descendants are completely inv Assign this property to a custom function which will be called when someone performs the "escape" gesture, which is a two finger Z shaped gesture. An escape function should move back hierarchically in the user interface. This can mean moving up or back in a navigation hierarchy or dismissing a modal user interface. If the selected element does not have an `onAccessibilityEscape` function, the system will attempt to traverse up the view hierarchy until it finds a view that does or bonk to indicate it was unable to find one. -### `onAccessibilityTap` +### `onAccessibilityTap`
iOS
Use this property to assign a custom function to be called when someone activates an accessible element by double tapping on it while it's selected. diff --git a/website/versioned_docs/version-0.75/view.md b/website/versioned_docs/version-0.75/view.md index 11711c1aac3..763145ee57b 100644 --- a/website/versioned_docs/version-0.75/view.md +++ b/website/versioned_docs/version-0.75/view.md @@ -524,7 +524,7 @@ When `accessible` is `true`, the system will invoke this function when the user --- -### `onAccessibilityTap` +### `onAccessibilityTap`
iOS
When `accessible` is true, the system will try to invoke this function when the user performs accessibility tap gesture. diff --git a/website/versioned_docs/version-0.76/accessibility.md b/website/versioned_docs/version-0.76/accessibility.md index ed452b25cc6..816f4cc9536 100644 --- a/website/versioned_docs/version-0.76/accessibility.md +++ b/website/versioned_docs/version-0.76/accessibility.md @@ -340,7 +340,7 @@ In the above example, the `yellow` layout and its descendants are completely inv Assign this property to a custom function which will be called when someone performs the "escape" gesture, which is a two finger Z shaped gesture. An escape function should move back hierarchically in the user interface. This can mean moving up or back in a navigation hierarchy or dismissing a modal user interface. If the selected element does not have an `onAccessibilityEscape` function, the system will attempt to traverse up the view hierarchy until it finds a view that does or bonk to indicate it was unable to find one. -### `onAccessibilityTap` +### `onAccessibilityTap`
iOS
Use this property to assign a custom function to be called when someone activates an accessible element by double tapping on it while it's selected. diff --git a/website/versioned_docs/version-0.76/view.md b/website/versioned_docs/version-0.76/view.md index 9050bb8cf26..5d9f331cefa 100644 --- a/website/versioned_docs/version-0.76/view.md +++ b/website/versioned_docs/version-0.76/view.md @@ -522,7 +522,7 @@ When `accessible` is `true`, the system will invoke this function when the user --- -### `onAccessibilityTap` +### `onAccessibilityTap`
iOS
When `accessible` is true, the system will try to invoke this function when the user performs accessibility tap gesture.