awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
APSL avatar

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

0
View on GitHub↗
5,377 estrellas·641 forks·JavaScript·MIT·4 vistas

React Native Keyboard Aware Scroll View

Este proyecto proporciona wrappers de componentes y gestores que automatizan la sincronización entre la visibilidad del teclado de software y la posición de desplazamiento de los elementos de entrada activos. Es una vista de desplazamiento de teclado móvil multiplataforma diseñada para mantener las entradas de texto activas visibles sobre el teclado de software.

La biblioteca funciona como un wrapper de componentes consciente del teclado que detecta eventos del teclado de software para evitar que los campos de entrada queden ocultos. Utiliza un desplazador de enfoque de entrada automático para calcular la posición de desplazamiento necesaria y mantener el enfoque en el cursor activo.

El sistema cubre el manejo de entrada de UI móvil y el diseño de formularios a través del ajuste automático de vista y el desplazamiento de entrada enfocado. Incorpora escuchadores de eventos de teclado para activar cambios de diseño y mover programáticamente la posición de la vista a un campo de texto enfocado.

Features

  • Keyboard-Aware Scroll Views - Implements scrollable containers that automatically adjust content insets to prevent the keyboard from obscuring active inputs.
  • Keyboard-Aware Text Inputs - Ensures text fields are automatically scrolled into view to prevent the keyboard from obscuring user input.
  • Automatic Focus Scrollers - Calculates the necessary scroll position to maintain focus on the active cursor within text input forms.
  • Keyboard Occlusion Management - Prevents the software keyboard from obscuring active UI elements through automatic layout management.
  • React Native Components - Provides specialized React Native components to manage input field visibility during keyboard interactions.
  • Dynamic View Adjusters - Dynamically shifts the scroll position of a screen based on software keyboard appearance and disappearance.
  • Focus-Triggered Scrolling - Initiates a scroll animation specifically when a text input gains focus to ensure the cursor remains visible.
  • Dynamic View Padding - Dynamically modifies bottom padding in real time to prevent the keyboard from obscuring active input fields.
  • Focused Element Scrolling - Programmatically moves the view position to a focused text field or specific coordinate to maintain element visibility.
  • iOS Keyboard Event Trackers - Monitors keyboard visibility and frame changes to calculate and apply necessary vertical layout offsets.
  • Keyboard Offset Wrappers - Encapsulates standard scroll views within specialized containers to intercept layout changes and apply keyboard offsets.
  • Coordinate-Based Position Calculators - Calculates spatial coordinates of input fields to determine the exact scroll distance required to keep them visible.
  • Mobile Data Entry Interfaces - Provides optimized mobile data entry interfaces by coordinating scroll views with active text input focus.

Historial de estrellas

Gráfico del historial de estrellas de apsl/react-native-keyboard-aware-scroll-viewGráfico del historial de estrellas de apsl/react-native-keyboard-aware-scroll-view

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a React Native Keyboard Aware Scroll View

Proyectos open-source similares, clasificados según cuántas características comparten con React Native Keyboard Aware Scroll View.
  • michaeltyson/tpkeyboardavoidingAvatar de michaeltyson

    michaeltyson/TPKeyboardAvoiding

    5,795Ver en GitHub↗

    TPKeyboardAvoiding is a drop-in iOS library that automatically adjusts scroll views to keep text fields visible when the keyboard appears. It provides a UIView subclass that can replace existing scroll views without modifying existing code or delegates, making it straightforward to integrate into UIKit-based form interfaces. The library handles keyboard avoidance by monitoring keyboard notifications and synchronizing frame animations with the keyboard's appearance and disappearance. It also adds an input accessory toolbar with "Next" and "Done" buttons to the keyboard, enabling field navigati

    Objective-C
    Ver en GitHub↗5,795
  • react-native-community/react-native-modalAvatar de react-native-community

    react-native-community/react-native-modal

    5,656Ver en GitHub↗

    This project is a cross-platform UI component for React Native applications that provides a customizable overlay window for presenting content on top of existing application views. It serves as a library for managing animated modal components, backdrops, and mobile transitions. The component distinguishes itself through support for custom enter and exit animations and highly configurable backdrops, allowing for the adjustment of opacity, color, and the integration of custom elements. It also implements gesture-based dismissal, enabling users to close overlays via background taps or swipes in

    TypeScript
    Ver en GitHub↗5,656
  • kirillzyusko/react-native-keyboard-controllerAvatar de kirillzyusko

    kirillzyusko/react-native-keyboard-controller

    3,349Ver en GitHub↗

    This is a keyboard interaction library and manager for React Native that provides smooth animations, gesture-based dismissal, and event tracking. It serves as a cross-platform keyboard event bus, ensuring consistent keyboard show and hide behavior between iOS and Android. The project features an interactive animation driver that links native keyboard frame events directly to animated values to bypass bridge round-trips. It enables interactive keyboard dismissal via swipe gestures and includes a keyboard preloading system to eliminate first-show latency and input lag. The library provides com

    TypeScriptandroidanimationavoiding-view
    Ver en GitHub↗3,349
  • dylanvann/react-native-fast-imageAvatar de DylanVann

    DylanVann/react-native-fast-image

    8,424Ver en GitHub↗

    This is a high-performance image component and native caching library for mobile applications. It provides tools for image optimization and asset preloading to reduce visual flicker and increase loading speeds. The project differentiates itself through a mobile asset preloader that downloads remote images into a local cache before they are requested. It also includes a system for assigning loading priority levels to ensure critical visual assets are fetched first and supports remote asset authentication by attaching custom HTTP headers to requests. The library covers a broad range of capabil

    TypeScript
    Ver en GitHub↗8,424
Ver las 30 alternativas a React Native Keyboard Aware Scroll View→

Preguntas frecuentes

¿Qué hace apsl/react-native-keyboard-aware-scroll-view?

Este proyecto proporciona wrappers de componentes y gestores que automatizan la sincronización entre la visibilidad del teclado de software y la posición de desplazamiento de los elementos de entrada activos. Es una vista de desplazamiento de teclado móvil multiplataforma diseñada para mantener las entradas de texto activas visibles sobre el teclado de software.

¿Cuáles son las características principales de apsl/react-native-keyboard-aware-scroll-view?

Las características principales de apsl/react-native-keyboard-aware-scroll-view son: Keyboard-Aware Scroll Views, Keyboard-Aware Text Inputs, Automatic Focus Scrollers, Keyboard Occlusion Management, React Native Components, Dynamic View Adjusters, Focus-Triggered Scrolling, Dynamic View Padding.

¿Qué alternativas de código abierto existen para apsl/react-native-keyboard-aware-scroll-view?

Las alternativas de código abierto para apsl/react-native-keyboard-aware-scroll-view incluyen: michaeltyson/tpkeyboardavoiding — TPKeyboardAvoiding is a drop-in iOS library that automatically adjusts scroll views to keep text fields visible when… react-native-community/react-native-modal — This project is a cross-platform UI component for React Native applications that provides a customizable overlay… meliorence/react-native-snap-carousel — This project is a cross-platform mobile carousel component for creating swipeable image and content sliders. It… dylanvann/react-native-fast-image — This is a high-performance image component and native caching library for mobile applications. It provides tools for… kirillzyusko/react-native-keyboard-controller — This is a keyboard interaction library and manager for React Native that provides smooth animations, gesture-based… oblador/react-native-progress — react-native-progress is a collection of visual components for cross-platform mobile applications designed to…