React Native Keyboard Controller

screenshot of React Native Keyboard Controller
react
react-native

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

Overview

The react-native-keyboard-controller is a keyboard manager that functions identically on both iOS and Android platforms. It offers features such as mapping keyboard movements to animated values, availability of missing keyboard events on Android, soft input mode changing module for Android, reanimated support, interactive keyboard dismissing, prebuilt components like KeyboardStickyView and KeyboardAwareScrollView, and a customizable KeyboardToolbar for easy behavior customization. It also allows for easy retrieval of focused input information and works with any navigation library.

Features

  • Keyboard movement mapping to animated values
  • Missing keyboard events on Android available
  • Soft input mode changing module for Android
  • Reanimated support
  • Interactive keyboard dismissing
  • Prebuilt components like KeyboardStickyView and KeyboardAwareScrollView
  • Customizable KeyboardToolbar for previous, next, and done buttons
  • Easy focused input information retrieval
  • Works with any navigation library
react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

react-native
React Native

React Native is a framework for building mobile applications using React and JavaScript. It enables developers to write once and deploy to multiple platforms, including iOS, Android, and the web, while providing a native app-like experience to users.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.