Skip to main content

A new 1.13 release 😎

Β· 6 min read
Kirill Zyusko
Library author

I'm excited to announce the latest release, version 1.13.0, of react-native-keyboard-controller! πŸŽ‰

This update brings significant improvements and new features to enhance the way your React Native apps handle keyboard interactions. With better support for Modal components, dynamic StatusBar translucency, and new customization options for KeyboardGestureAreas, this release is designed to make your development process smoother and your app's user experience more seamless. πŸš€

Announcing upcoming release πŸ“£

Β· 3 min read
Kirill Zyusko
Library author

I'm excited to announce the latest release, version 1.12.0, of react-native-keyboard-controller!

Although this release may not seem monumental, it's significant, and I'm thrilled to share it with you. 😍

The key features of this release are: bridgeless support, selection tracking, enhanced KeyboardToolbar component and synchronous onMove handler on iOS among other bug fixes and improvements.

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 😎

New setEnabled method

Β· 3 min read
Kirill Zyusko
Library author

I'm thrilled to announce the release of react-native-keyboard-controller version 1.8.0. With this latest release, I introduce the useKeyboardController hook and setEnabled method, which allows for a gradual integration of the library into your project, enabling you to disable the module on specific screens as needed. This flexible feature ensures that your app's keyboard behavior remains seamless and user-friendly.

Introducing KeyboardAvoidingView - Elevating Your React Native UI Experience

Β· 4 min read
Kirill Zyusko
Library author

I'm glad to announce the upcoming release of react-native-keyboard-controller, a library designed to enhance your React Native app's user experience. This release marks a significant milestone as I introduce a powerful new feature: the KeyboardAvoidingView. But that's not all – I have exciting plans to expand the collection of pre-built components to simplify handling keyboard insets even further.

Default react-native implementation on AndroidImplementation from react-native-keyboard-controller with better animations