Skip to content

Commit

Permalink
added default values
Browse files Browse the repository at this point in the history
  • Loading branch information
dakshbhardwaj committed Sep 23, 2022
1 parent da5fc57 commit 64eba77
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/accessibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,9 +208,9 @@ For example, in a window that contains sibling views `A` and `B`, setting `acces

Boolean value indicating whether VoiceOver should ignore the elements within views that are siblings of the receiver.

| Type |
| ---- |
| bool |
| Type | Default |
| ---- | ------- |
| bool | false |

---

Expand Down
6 changes: 3 additions & 3 deletions docs/view.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,9 +253,9 @@ When `true`, indicates that the view is an accessibility element. By default, al

Boolean value indicating whether VoiceOver should ignore the elements within views that are siblings of the receiver. Has precedence over the `accessibilityViewIsModal` prop.

| Type |
| ---- |
| bool |
| Type | Default |
| ---- | ------- |
| bool | false |

---

Expand Down

0 comments on commit 64eba77

Please sign in to comment.