Docs (4.0.0)
class UILabel property

allowKeyboardFocus

True if this label may receive input focus using the keyboard (e.g. Tab key).

allowKeyboardFocus?: boolean

Notes

  • This property isn’t observed, and can’t be changed after rendering.
  • If this property is set to true, allowFocus is assumed to be true as well and no longer checked.

Related