Skip to content

Commit 1db9aa2

Browse files
committed
Fix AccessibilityInfo.announceForAccessibilityWithOptions()
1 parent 7ecd459 commit 1db9aa2

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

docs/accessibilityinfo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Post a string to be announced by the screen reader.
118118
```tsx
119119
static announceForAccessibilityWithOptions(
120120
announcement: string,
121-
options: options: {queue?: boolean},
121+
options: {queue?: boolean},
122122
);
123123
```
124124

website/versioned_docs/version-0.71/accessibilityinfo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ Post a string to be announced by the screen reader.
273273
```tsx
274274
static announceForAccessibilityWithOptions(
275275
announcement: string,
276-
options: options: {queue?: boolean},
276+
options: {queue?: boolean},
277277
);
278278
```
279279

website/versioned_docs/version-0.72/accessibilityinfo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Post a string to be announced by the screen reader.
115115
```tsx
116116
static announceForAccessibilityWithOptions(
117117
announcement: string,
118-
options: options: {queue?: boolean},
118+
options: {queue?: boolean},
119119
);
120120
```
121121

website/versioned_docs/version-0.73/accessibilityinfo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Post a string to be announced by the screen reader.
115115
```tsx
116116
static announceForAccessibilityWithOptions(
117117
announcement: string,
118-
options: options: {queue?: boolean},
118+
options: {queue?: boolean},
119119
);
120120
```
121121

website/versioned_docs/version-0.74/accessibilityinfo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Post a string to be announced by the screen reader.
115115
```tsx
116116
static announceForAccessibilityWithOptions(
117117
announcement: string,
118-
options: options: {queue?: boolean},
118+
options: {queue?: boolean},
119119
);
120120
```
121121

website/versioned_docs/version-0.75/accessibilityinfo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Post a string to be announced by the screen reader.
115115
```tsx
116116
static announceForAccessibilityWithOptions(
117117
announcement: string,
118-
options: options: {queue?: boolean},
118+
options: {queue?: boolean},
119119
);
120120
```
121121

website/versioned_docs/version-0.76/accessibilityinfo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Post a string to be announced by the screen reader.
118118
```tsx
119119
static announceForAccessibilityWithOptions(
120120
announcement: string,
121-
options: options: {queue?: boolean},
121+
options: {queue?: boolean},
122122
);
123123
```
124124

website/versioned_docs/version-0.77/accessibilityinfo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Post a string to be announced by the screen reader.
118118
```tsx
119119
static announceForAccessibilityWithOptions(
120120
announcement: string,
121-
options: options: {queue?: boolean},
121+
options: {queue?: boolean},
122122
);
123123
```
124124

0 commit comments

Comments
 (0)