Skip to main content

12 posts tagged with "react-native"

View All Tags

Version 1.2.0 with new architecture support

ยท One min read
Kirill Zyusko
Library author

I'm glad to announce, that new upcoming release 1.2.0 brings a support for new react native architecture ๐Ÿ˜Ž

Fortunately this library is backward compatible with old architecture and will be compiled conditionally depending on which architecture you are using. So don't be afraid of updating it to the latest version - it doesn't have any breaking changes!

react native logo

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... ๐Ÿ˜Ž