# APSL/react-native-keyboard-aware-scroll-view

A ScrollView component that handles keyboard appearance and automatically scrolls to focused TextInput.

Repository: https://github.com/APSL/react-native-keyboard-aware-scroll-view
Canonical: https://ross.abutalabs.com/products/react-native-keyboard-aware-scroll-view
Language: JavaScript
License: MIT
License Family: permissive
Topics: react-native, scroll-view, react, react-components, scrollview-component, keyboard
Last push: 2024-06-30T10:42:40+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 3970, "days_push": 794, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 5378, forks 640 (observed 2026-08-28T04:09:16.235281+00:00)

## What it is
A React Native library providing KeyboardAwareScrollView, KeyboardAwareFlatList, and KeyboardAwareSectionList components that handle keyboard appearance and automatically scroll to focused TextInput fields. It wraps standard scroll components with a higher-order component to keep inputs visible when the keyboard opens.

## Use cases
- keep text inputs visible when the keyboard opens in react native
- auto-scroll to focused TextInput in a form
- resize scroll view when keyboard appears on iOS and Android
- programmatically scroll to an input or position in react native
- listen to keyboard show and hide events in react native
- build chat or form screens where inputs get covered by the keyboard

## When to choose
- you are building React Native forms with multiple TextInput fields
- you need inputs to stay visible above the software keyboard
- you want keyboard event callbacks tied to a scroll view
- you need FlatList or SectionList variants with keyboard awareness

## When to avoid
- you are not using React Native
- you only need simple single-input screens where KeyboardAvoidingView suffices
- you need a library with frequent updates and modern React Native architecture support

## Facets
- artifact type: library
- maturity: maintenance
- function: ui-components, state-management
- domain: mobile-development, frontend, cross-platform
- platform: -
- tags: react-native, keyboard-handling, scrollview, textinput, forms, mobile, ios, android, javascript

## Member repositories
- APSL/react-native-keyboard-aware-scroll-view (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:16.235281+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-29T17:58:26.790190+00:00, confidence not recorded.
  - readme: https://github.com/APSL/react-native-keyboard-aware-scroll-view (fetched 2026-08-28T04:09:16.235281+00:00, sha 0e942add8069)
  - registry_npm: https://registry.npmjs.org/react-native-keyboard-aware-scroll-view (fetched 2026-08-29T08:52:58.446403+00:00, sha 04f9bbe7172e)
- Data as of 2026-08-30T08:39:29.467469+00:00.
