awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 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 stars·641 forks·JavaScript·MIT·1 vue

React Native Keyboard Aware Scroll View

Ce projet fournit des wrappers de composants et des gestionnaires qui automatisent la synchronisation entre la visibilité du clavier logiciel et la position de défilement des éléments de saisie actifs. Il s'agit d'une vue de défilement pour clavier mobile multiplateforme conçue pour garder les saisies de texte actives visibles au-dessus du clavier logiciel.

La bibliothèque fonctionne comme un wrapper de composant sensible au clavier qui détecte les événements du clavier logiciel pour empêcher les champs de saisie d'être masqués. Elle utilise un scroller de focus de saisie automatique pour calculer la position de défilement nécessaire et maintenir le focus sur le curseur actif.

Le système couvre la gestion de la saisie UI mobile et la mise en page de formulaires via un ajustement automatique de la vue et un défilement de saisie focalisé. Il incorpore des écouteurs d'événements clavier pour déclencher des changements de mise en page et déplacer programmatiquement la position de la vue vers un champ de texte focalisé.

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.

Historique des stars

Graphique de l'historique des stars pour apsl/react-native-keyboard-aware-scroll-viewGraphique de l'historique des stars pour apsl/react-native-keyboard-aware-scroll-view

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Questions fréquentes

Que fait apsl/react-native-keyboard-aware-scroll-view ?

Ce projet fournit des wrappers de composants et des gestionnaires qui automatisent la synchronisation entre la visibilité du clavier logiciel et la position de défilement des éléments de saisie actifs. Il s'agit d'une vue de défilement pour clavier mobile multiplateforme conçue pour garder les saisies de texte actives visibles au-dessus du clavier logiciel.

Quelles sont les fonctionnalités principales de apsl/react-native-keyboard-aware-scroll-view ?

Les fonctionnalités principales de apsl/react-native-keyboard-aware-scroll-view sont : 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.

Quelles sont les alternatives open-source à apsl/react-native-keyboard-aware-scroll-view ?

Les alternatives open-source à apsl/react-native-keyboard-aware-scroll-view incluent : 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…

Alternatives open source à React Native Keyboard Aware Scroll View

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec React Native Keyboard Aware Scroll View.
  • michaeltyson/tpkeyboardavoidingAvatar de michaeltyson

    michaeltyson/TPKeyboardAvoiding

    5,795Voir sur 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
    Voir sur GitHub↗5,795
  • react-native-community/react-native-modalAvatar de react-native-community

    react-native-community/react-native-modal

    5,656Voir sur 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
    Voir sur GitHub↗5,656
  • kirillzyusko/react-native-keyboard-controllerAvatar de kirillzyusko

    kirillzyusko/react-native-keyboard-controller

    3,349Voir sur 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
    Voir sur GitHub↗3,349
  • dylanvann/react-native-fast-imageAvatar de DylanVann

    DylanVann/react-native-fast-image

    8,424Voir sur 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
    Voir sur GitHub↗8,424
Voir les 30 alternatives à React Native Keyboard Aware Scroll View→