Keyboard manager which works in identical way on both iOS and Android.
- mapping keyboard movement to animated values 😎
- missing
keyboardWillShow/keyboardWillHideevents are available on Android 😍 - module for changing soft input mode on Android 🤔
- reanimated support 🚀
- interactive keyboard dismissing 👆📱
- re-worked prebuilt components (such as
KeyboardAvoidingView) 📚 - works with any navigation library 🧭
- and more is coming... Stay tuned! 😊
Install react-native-keyboard-controller package from npm:
yarn add react-native-keyboard-controller
# or
# npm install react-native-keyboard-controller --saveCheck out our dedicated documentation page for info about this library, API reference and more: https://kirillzyusko.github.io/react-native-keyboard-controller/
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT
