awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم 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·3 مشاهدات

React Native Keyboard Aware Scroll View

يوفر هذا المشروع أغلفة ومديري مكونات تؤتمت المزامنة بين رؤية لوحة مفاتيح البرنامج وموضع التمرير لعناصر الإدخال النشطة. إنه عرض تمرير لوحة مفاتيح جوال متعدد المنصات مصمم للحفاظ على مدخلات النص النشطة مرئية فوق لوحة مفاتيح البرنامج.

تعمل المكتبة كغلاف مكون مدرك للوحة المفاتيح يكتشف أحداث لوحة مفاتيح البرنامج لمنع حجب حقول الإدخال. يستخدم أداة تمرير تركيز الإدخال التلقائي لحساب موضع التمرير الضروري والحفاظ على التركيز على المؤشر النشط.

يغطي النظام معالجة إدخال واجهة مستخدم الجوال وتخطيط النموذج من خلال تعديل العرض التلقائي وتمرير الإدخال المركز. يدمج مستمعي أحداث لوحة المفاتيح لتشغيل تغييرات التخطيط وتحريك موضع العرض برمجياً إلى حقل نصي مركز.

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.

سجل النجوم

مخطط تاريخ النجوم لـ apsl/react-native-keyboard-aware-scroll-viewمخطط تاريخ النجوم لـ apsl/react-native-keyboard-aware-scroll-view

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ React Native Keyboard Aware Scroll View

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع React Native Keyboard Aware Scroll View.
  • michaeltyson/tpkeyboardavoidingالصورة الرمزية لـ michaeltyson

    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-modalالصورة الرمزية لـ react-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-controllerالصورة الرمزية لـ kirillzyusko

    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-imageالصورة الرمزية لـ DylanVann

    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
عرض جميع البدائل الـ 30 لـ React Native Keyboard Aware Scroll View→

الأسئلة الشائعة

ما هي وظيفة 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…