kirillzyusko / react-native-keyboard-controller

Keyboard manager which works in identical way on both iOS and Android

Home Page:https://kirillzyusko.github.io/react-native-keyboard-controller/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-native-keyboard-controller

Keyboard manager which works in identical way on both iOS and Android.

Demonstration

Key features

  • mapping keyboard movement to animated values ๐Ÿ˜Ž
  • missing keyboardWillShow / keyboardWillHide events are available on Android ๐Ÿ˜
  • module for changing soft input mode on Android ๐Ÿค”
  • reanimated support ๐Ÿš€
  • interactive keyboard dismissing ๐Ÿ‘†๐Ÿ“ฑ
  • prebuilt components (KeyboardStickyView, KeyboardAwareScrollView, re-worked KeyboardAvoidingView) ๐Ÿ“š
  • KeyboardToolbar with easy behavior customization of previous, next and done buttons in the keyboard toolbar ๐Ÿ“
  • easy focused input information retrieval ๐Ÿ“ ๐Ÿ”ฎ
  • works with any navigation library ๐Ÿงญ
  • and more is coming... Stay tuned! ๐Ÿ˜Š

Installation

Install react-native-keyboard-controller package from npm:

yarn add react-native-keyboard-controller
# or
npm install react-native-keyboard-controller --save

Documentation

Check out our dedicated documentation page for info about this library, API reference and more: https://kirillzyusko.github.io/react-native-keyboard-controller/

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT

About

Keyboard manager which works in identical way on both iOS and Android

https://kirillzyusko.github.io/react-native-keyboard-controller/

License:MIT License


Languages

Language:TypeScript 56.5%Language:Kotlin 22.5%Language:Swift 9.6%Language:Objective-C++ 4.4%Language:JavaScript 2.8%Language:Objective-C 2.6%Language:Ruby 1.3%Language:Java 0.2%Language:Shell 0.0%Language:C 0.0%