Skip to content

Commit 9ec47c8

Browse files
draperunnercharpeni
authored andcommitted
Update docs for cross-platform setAccessibilityFocus (#461)
1 parent 4886767 commit 9ec47c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/accessibilityinfo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Add an event handler. Supported events:
9696
static setAccessibilityFocus(reactTag)
9797
```
9898

99-
iOS-Only. Set accessibility focus to a react component.
99+
Set accessibility focus to a React component. On Android, this is equivalent to `UIManager.sendAccessibilityEvent(reactTag, UIManager.AccessibilityEventTypes.typeViewFocused);`.
100100

101101
---
102102

0 commit comments

Comments
 (0)