Releases: logicwind/react-native-tvos-keyboard
Releases · logicwind/react-native-tvos-keyboard
v0.1.4
- Added
onKeyboardLayoutChangeprop — fires when the keyboard switches between linear and grid layouts, providingheightandisGridviaevent.nativeEvent. - Added
gridSeparatorColorprop to customize the separator color in grid layout. - Added
linearSeparatorColorprop to customize the separator color in linear layout. - Keyboard height is now dynamic — use
onKeyboardLayoutChangeto update the component's height instead of a static value.
v0.1.3
v0.1.2
What's new:
- Initial release of
TvosKeyboardViewcomponent. - Native Apple TV keyboard using
UISearchController. - Support for voice typing.
onTextChange,onFocus, andonBlurprops.