Skip to content

Commit

Permalink
fix: platform label annotation of onAccessibilityTap prop
Browse files Browse the repository at this point in the history
  • Loading branch information
princektripathi committed Nov 7, 2024
1 parent b03ece0 commit 3ed8bca
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion docs/accessibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` <div class="label ios">iOS</div>

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.

Expand Down
2 changes: 1 addition & 1 deletion docs/view.md
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ When `accessible` is `true`, the system will invoke this function when the user

---

### `onAccessibilityTap`
### `onAccessibilityTap` <div class="label ios">iOS</div>

When `accessible` is true, the system will try to invoke this function when the user performs accessibility tap gesture.

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-0.70/accessibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` <div class="label ios">iOS</div>

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.

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-0.70/view.md
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ When `accessible` is `true`, the system will invoke this function when the user

---

### `onAccessibilityTap`
### `onAccessibilityTap` <div class="label ios">iOS</div>

When `accessible` is true, the system will try to invoke this function when the user performs accessibility tap gesture.

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-0.71/accessibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` <div class="label ios">iOS</div>

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.

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-0.71/view.md
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ When `accessible` is `true`, the system will invoke this function when the user

---

### `onAccessibilityTap`
### `onAccessibilityTap` <div class="label ios">iOS</div>

When `accessible` is true, the system will try to invoke this function when the user performs accessibility tap gesture.

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-0.72/accessibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` <div class="label ios">iOS</div>

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.

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-0.72/view.md
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ When `accessible` is `true`, the system will invoke this function when the user

---

### `onAccessibilityTap`
### `onAccessibilityTap` <div class="label ios">iOS</div>

When `accessible` is true, the system will try to invoke this function when the user performs accessibility tap gesture.

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-0.73/accessibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` <div class="label ios">iOS</div>

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.

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-0.73/view.md
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ When `accessible` is `true`, the system will invoke this function when the user

---

### `onAccessibilityTap`
### `onAccessibilityTap` <div class="label ios">iOS</div>

When `accessible` is true, the system will try to invoke this function when the user performs accessibility tap gesture.

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-0.74/accessibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` <div class="label ios">iOS</div>

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.

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-0.74/view.md
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ When `accessible` is `true`, the system will invoke this function when the user

---

### `onAccessibilityTap`
### `onAccessibilityTap` <div class="label ios">iOS</div>

When `accessible` is true, the system will try to invoke this function when the user performs accessibility tap gesture.

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-0.75/accessibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` <div class="label ios">iOS</div>

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.

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-0.75/view.md
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ When `accessible` is `true`, the system will invoke this function when the user

---

### `onAccessibilityTap`
### `onAccessibilityTap` <div class="label ios">iOS</div>

When `accessible` is true, the system will try to invoke this function when the user performs accessibility tap gesture.

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-0.76/accessibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` <div class="label ios">iOS</div>

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.

Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-0.76/view.md
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ When `accessible` is `true`, the system will invoke this function when the user

---

### `onAccessibilityTap`
### `onAccessibilityTap` <div class="label ios">iOS</div>

When `accessible` is true, the system will try to invoke this function when the user performs accessibility tap gesture.

Expand Down

0 comments on commit 3ed8bca

Please sign in to comment.