mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-05-25 15:42:24 +00:00
@@ -244,7 +244,7 @@ The `focusable` prop determines whether a component is user-focusable and appear
|
||||
```
|
||||
|
||||
:::callout
|
||||
**Did you know?** Any element (including elements not in the keybaord tab flow) can be programmatically focused from its ref: `viewRef.current.focus()`.
|
||||
**Did you know?** Any element (including elements not in the keybaord tab flow) can be programmatically focused via `UIManager.focus(viewRef.current)`.
|
||||
:::
|
||||
|
||||
### Accessible HTML
|
||||
|
||||
Reference in New Issue
Block a user