Releases: kirillzyusko/react-native-keyboard-controller
Releases · kirillzyusko/react-native-keyboard-controller
Release 1.0.1
Changes
- fix: avoid
NullPointerExceptions
if currentActivity isnull
(#38)
Release 1.0.0
This release doesn't have any code changes comparing to 1.0.0-beta.0
codebase. It just brings documentation for the package 😊
Changes
- documentation for the package (#36)
Release 1.0.0-beta.0
Release 1.0.0-alpha.3
Changes
- fixed subscribe/unsubscribe mechanism for keyboard events on iOS (#18)
Release 1.0.0-alpha.2
Release 1.0.0-alpha.1
Release 1.0.0-alpha.0
Initial release and publishing to npm
registry. The library brings:
- missing keyboard
will
(keyboardWillShow
/keyboardWillHide
) events on Android; - provides keyboard appearance as animated values in RN;
- has a pre-built integration with
reanimated
;