Skip to main content

13 posts tagged with "keyboard"

View All Tags

Enhanced events metadata - say goodbye to guesswork and hello to precision!

ยท 3 min read
Kirill Zyusko
Library author

I'm thrilled to unveil the latest upgrade to the react-native-keyboard-controller library - version 1.6.0! This release is all about empowering developers like you with enhanced event metadata, providing you with advanced techniques to take your keyboard handling to the next level.

Say goodbye to guesswork and hello to precision! React Native Keyboard Controller 1.6.0 introduces a trio of new fields in the event metadata that will revolutionize the way you manage keyboard interactions in your React Native applications ๐Ÿ˜Ž

Interactive keyboard support

ยท 2 min read
Kirill Zyusko
Library author

I'm excited to announce that the upcoming release of react-native-keyboard-controller, version 1.5.0, will include a new feature that allows users to control the position of the keyboard on the screen via gestures. This new interactive keyboard feature will make it easier for users to interact with the keyboard in a more natural and intuitive way, improving the overall user experience of your React Native app.

React Native meets smooth keyboard animations

ยท 2 min read
Kirill Zyusko
Library author

Many flagship applications that are written natively (such as Telegram, Instagram, etc.) use the full power of platform-specific native APIs (iOS, Android) to make transitions between opening/closing the keyboard animated and smooth.

Unfortunately, in react-native this aspect was given little attention and all react-native applications were suffering because of that - animations were rough, you couldn't write cross-platform code because some keyboard events were not available, etc. But with the advent of this library, everything changes... ๐Ÿ˜Ž