Ross ROSS = Recommend OSS · open-source software intelligence for agents

kirillzyusko/react-native-keyboard-controller

⌨️ Keyboard manager which works in identical way on both iOS and Android observed · 2026-08-28

github.com/kirillzyusko/react-native-keyboard-controller · homepage · TypeScript · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

94/100

  • Activity 98
  • Release rhythm 86
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 8.0
  • age_days: 1599
  • days_rel: 16
  • days_push: 16
  • n_releases_24m: 67

Full methodology

Adoption not part of the score

3704 stars · 191 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

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

library · maturity stable

animation ui-components state-management mobile-development frontend cross-platform cross-platform react-native keyboard keyboard-avoiding keyboard-toolbar chat-ui reanimated interactive-dismiss ios android

2 sources

Member repositories

RepositoryRoleHealth v2
kirillzyusko/react-native-keyboard-controllermain94

For agents

markdown · JSON · MCP: product_card(name="kirillzyusko/react-native-keyboard-controller")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem