Skip to content

Releases: logicwind/react-native-tvos-keyboard

v0.1.4

16 Mar 05:12
2fcf710

Choose a tag to compare

  • Added onKeyboardLayoutChange prop — fires when the keyboard switches between linear and grid layouts, providing height and isGrid via event.nativeEvent.
  • Added gridSeparatorColor prop to customize the separator color in grid layout.
  • Added linearSeparatorColor prop to customize the separator color in linear layout.
  • Keyboard height is now dynamic — use onKeyboardLayoutChange to update the component's height instead of a static value.

v0.1.3

06 Nov 12:38
3709c7b

Choose a tag to compare

What's new:

  • Removed lefthook
  • Fixed issue #6
    : Keyboard input was not behaving correctly on tvOS devices.

v0.1.2

03 Jun 13:16
012335b

Choose a tag to compare

What's new:

  • Initial release of TvosKeyboardView component.
  • Native Apple TV keyboard using UISearchController.
  • Support for voice typing.
  • onTextChange, onFocus, and onBlur props.