mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-06-07 04:05:01 +00:00
@@ -244,7 +244,7 @@ The `focusable` prop determines whether a component is user-focusable and appear
|
|||||||
```
|
```
|
||||||
|
|
||||||
:::callout
|
:::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
|
### Accessible HTML
|
||||||
|
|||||||
Reference in New Issue
Block a user