awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 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 星标·641 分支·JavaScript·MIT·4 次浏览

React Native Keyboard Aware Scroll View

该项目提供了组件封装器和管理器,可自动同步软键盘可见性与活动输入元素的滚动位置。它是一个跨平台移动端键盘感知滚动视图,旨在保持活动文本输入框在软键盘上方可见。

该库作为一个键盘感知组件封装器,检测软键盘事件以防止输入框被遮挡。它利用自动输入焦点滚动器来计算必要的滚动位置,并保持对活动光标的聚焦。

该系统通过自动视图调整和聚焦输入滚动,涵盖了移动端 UI 输入处理和表单布局。它结合了键盘事件监听器来触发布局更改,并以编程方式将视图位置移动到聚焦的文本字段。

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.

Star 历史

apsl/react-native-keyboard-aware-scroll-view 的 Star 历史图表apsl/react-native-keyboard-aware-scroll-view 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

React Native Keyboard Aware Scroll View 的开源替代方案

相似的开源项目,按与 React Native Keyboard Aware Scroll View 的功能重合度排序。
  • michaeltyson/tpkeyboardavoidingmichaeltyson 的头像

    michaeltyson/TPKeyboardAvoiding

    5,795在 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
    在 GitHub 上查看↗5,795
  • react-native-community/react-native-modalreact-native-community 的头像

    react-native-community/react-native-modal

    5,656在 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
    在 GitHub 上查看↗5,656
  • kirillzyusko/react-native-keyboard-controllerkirillzyusko 的头像

    kirillzyusko/react-native-keyboard-controller

    3,349在 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
    在 GitHub 上查看↗3,349
  • dylanvann/react-native-fast-imageDylanVann 的头像

    DylanVann/react-native-fast-image

    8,424在 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
    在 GitHub 上查看↗8,424
查看 React Native Keyboard Aware Scroll View 的所有 30 个替代方案→

常见问题解答

apsl/react-native-keyboard-aware-scroll-view 是做什么的?

该项目提供了组件封装器和管理器,可自动同步软键盘可见性与活动输入元素的滚动位置。它是一个跨平台移动端键盘感知滚动视图,旨在保持活动文本输入框在软键盘上方可见。

apsl/react-native-keyboard-aware-scroll-view 的主要功能有哪些?

apsl/react-native-keyboard-aware-scroll-view 的主要功能包括: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。

apsl/react-native-keyboard-aware-scroll-view 有哪些开源替代品?

apsl/react-native-keyboard-aware-scroll-view 的开源替代品包括: 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…