# kirillzyusko/react-native-keyboard-controller

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

Repository: https://github.com/kirillzyusko/react-native-keyboard-controller
Canonical: https://ross.abutalabs.com/products/react-native-keyboard-controller
Homepage: https://kirillzyusko.github.io/react-native-keyboard-controller/
Language: TypeScript
License: MIT
License Family: permissive
Topics: animation, keyboard, react-native, android, ios, focused-input, avoiding-view, keyboard-toolbar, over-keyboard-view, interactive, extend-keyboard, keyboard-background-view, chat, keyboard-effects
Last push: 2026-08-17T16:55:55+00:00

## Health v2 (maintenance only)
Score: 94/100 (v2, computed 2026-09-03T02:39:23.370411+00:00)
- activity 98, release rhythm 86, longevity 100
- inputs: {"age_days": 1599, "days_push": 16, "days_rel": 16, "gap_med": 8.0, "n_releases_24m": 67}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3704, forks 191 (observed 2026-08-28T04:08:15.064880+00:00)

## What it is
A React Native library that provides a unified keyboard management API working identically on iOS and Android. It maps keyboard movement to animated values and ships prebuilt components like KeyboardAvoidingView, KeyboardAwareScrollView, KeyboardToolbar, and OverKeyboardView.

## Use cases
- build a chat app where the input stays above the keyboard
- animate views in sync with keyboard movement frame by frame
- dismiss the keyboard interactively by dragging
- add a toolbar with previous/next/done buttons above the keyboard
- show custom UI over the keyboard without dismissing it
- get keyboardWillShow/keyboardWillHide events on Android
- match the keyboard background color to my app theme

## When to choose
- you need consistent cross-platform keyboard behavior in React Native
- you're building chat or messaging interfaces with keyboard-driven layouts
- you want fine-grained animation control tied to keyboard frames
- you need Android keyboard events or soft-input-mode control that core RN lacks

## When to avoid
- your app is not built with React Native
- you only need basic keyboard avoidance and are happy with React Native's built-in KeyboardAvoidingView
- you're building for web or desktop only

## Facets
- artifact type: library
- maturity: stable
- function: animation, ui-components, state-management
- domain: mobile-development, frontend, cross-platform
- platform: cross-platform
- tags: react-native, keyboard, keyboard-avoiding, keyboard-toolbar, chat-ui, reanimated, interactive-dismiss, ios, android

## Member repositories
- kirillzyusko/react-native-keyboard-controller (main) score 94

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:15.064880+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:31:00.112099+00:00, confidence not recorded.
  - readme: https://github.com/kirillzyusko/react-native-keyboard-controller (fetched 2026-08-28T04:08:15.064880+00:00, sha e914cae4ad3d)
  - homepage: https://kirillzyusko.github.io/react-native-keyboard-controller/ (fetched 2026-08-29T09:24:43.487562+00:00, sha 2ef009af437c)
- Data as of 2026-08-30T08:39:29.467469+00:00.
