Skip to main content

2 posts tagged with "new hook"

View All Tags

New release, new features, achieved milestones

ยท 7 min read
Kirill Zyusko
Library author

In this blog post I'd like to make an overview of new features available in 1.9.0 as well as going through the big milestones that were achieved ๐Ÿ˜Ž

Introducing the New Features in react-native-keyboard-controllerโ€‹

I'm excited to announce the latest release of react-native-keyboard-controller! This update brings two powerful new features to help you manage the keyboard behavior in your React Native applications. Whether you're building a simple form or a complex UI, these additions will make your life easier ๐Ÿ˜Ž

Version 1.4.0 with new hook

ยท One min read
Kirill Zyusko
Library author

New 1.4.0 release enhance API and adds new useKeyboardHandler hook. While keeping no breaking changes this release (via new hook) adds an ability to have intermediate values on iOS for height and progress values (before it was not possible and it was a restriction of the library).

Also this hooks allow to track keyboard lifecycle and it's better suit for complex animations ๐Ÿ˜Ž

Check out the new documentation for this hook, upgrade library version to 1.4.0 and start using it today!