Interactive keyboard on iOS with offset π₯
Β· 3 min read
Say hello to the first release of the year for react-native-keyboard-controller
version 1.16.0
! π
This update is packed with new features, critical bug fixes, crash resolutions, and performance optimizations. Letβs dive in and explore whatβs new! π
KeyboardGestureArea
with offset
on iOS π₯β
The cherry on the cake of this release is making KeyboardGestureArea
available on iOS π
Previously, react-native developers relied on InputAccessoryView
to extend the keyboard area, but it had several limitations:
- Multiline
TextInput
fields couldn't expand dynamically; - Conditional positioning and padding weren't fully customizable;
- Weird animations when screen gets mounted.
These issues made InputAccessoryView
challenging to use in real-world apps. π
Starting with this release, KeyboardGestureArea
is now available on iOS! Currently, it supports the offset
property, but I plan to add more features soon. π