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

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

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
satya164 avatar

satya164/react-native-tab-viewArchived

0
View on GitHub↗
5,113 نجوم·1,052 تفرعات·TypeScript·MIT·2 مشاهدات

React Native Tab View

هذا المشروع يوفر مكون تنقل مبوب (tabbed navigation) لتطبيقات الهاتف المحمول عبر المنصات. يعمل كحاوية تنقل تنظم المحتوى في طرق عرض منفصلة، مما يسمح للمستخدمين بالتبديل بين الشاشات عبر شريط تبويب أو إيماءات التمرير.

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

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

Features

  • React Native Navigation Frameworks - Provides a specialized navigation framework for managing routing and screen transitions in React Native.
  • Gesture-Driven Page Switching - Includes logic that triggers transitions between full-page views based on swipe gestures.
  • Cross-Platform Mobile Navigation Libraries - Provides a declarative routing system for consistent screen management across different mobile operating systems.
  • Cross-Platform Development - Enables consistent tabbed navigation layouts across iOS and Android using a single codebase.
  • Tabbed Containers - Provides layout containers that organize content into switchable tabbed sections.
  • Tabbed Navigation - Provides a navigational container that organizes content into selectable tabbed views.
  • Tab Bars - Offers a customizable tab bar controller for application navigation.
  • Scrollable - Supports horizontally scrollable tab bars to accommodate numerous navigation targets without crowding.
  • React Native Performance Optimizations - Implements techniques to improve startup time and efficiency in React Native via deferred rendering.
  • Deferred UI Initialization - Implements performance patterns that delay the creation of UI elements until they are focused.
  • Navigation Event Interceptors - Provides a logic layer to intercept, modify, or cancel tab transition events.
  • Content-Driven State Synchronization - Links the active index of the content sequence to UI state changes in the navigation bar.
  • Mobile Interface Layouts - Allows customization of tab bars with icons, labels, and badges to organize mobile content.
  • Deferred Rendering - Implements techniques that delay the rendering of expensive elements to improve initial load times.
  • Tab Bar Customizers - Provides components for styling and managing the layout of tab bars.
  • Tab Interaction Logic - Provides the capability to execute custom logic to intercept or prevent default tab switching behavior.

سجل النجوم

مخطط تاريخ النجوم لـ satya164/react-native-tab-viewمخطط تاريخ النجوم لـ satya164/react-native-tab-view

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

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

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

Start searching with AI

مجموعات مختارة تضم React Native Tab View

مجموعات منسقة بعناية يظهر فيها React Native Tab View.
  • مكتبات مكونات واجهة المستخدم لـ React Native

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

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع React Native Tab View.
  • ptomasroos/react-native-scrollable-tab-viewالصورة الرمزية لـ ptomasroos

    ptomasroos/react-native-scrollable-tab-view

    6,945عرض على GitHub↗

    This project is a React Native UI component for implementing swipeable tab navigation. It organizes mobile app content into category tabs that users navigate through horizontal gestures or direct interaction. The system synchronizes the movement of the tab indicator with the page scroll offset. It supports the integration of custom tab bars and provides the ability to maintain independent scroll positions for each individual page. Navigation can be managed programmatically, including the ability to define initial starting pages or disable gesture-based swiping. The component also includes tr

    JavaScriptanimatedreact-nativeswipe
    عرض على GitHub↗6,945
  • aksonov/react-native-router-fluxالصورة الرمزية لـ aksonov

    aksonov/react-native-router-flux

    8,927عرض على GitHub↗

    This project is a cross-platform mobile navigation library and declarative routing engine. It maps components to named scenes within a centralized configuration to manage application flow and screen transitions. The system distinguishes itself through a variety of specialized navigation patterns, including a mobile drawer navigation system for side menus and a tab navigation framework for organizing top-level views. It also features a modal overlay manager for rendering screens as pop-ups or transparent lightboxes and a deep linking handler that maps incoming URIs to specific application scen

    JavaScript
    عرض على GitHub↗8,927
  • xmartlabs/xlpagertabstripالصورة الرمزية لـ xmartlabs

    xmartlabs/XLPagerTabStrip

    7,005عرض على GitHub↗

    XLPagerTabStrip is a navigation component for iOS that synchronizes a tabbed menu with a swipable view controller pager. It functions as a gesture-based view switcher, allowing users to navigate between different screen views through either direct tab selection or horizontal swipe gestures. The project provides a wrapper for segmented controls and other tab indicator styles to manage the switching of multiple child views. It supports various tab indicator styling options, including button bars and simple indicator bars, and allows for the configuration of tab transition behaviors. The system

    Swift
    عرض على GitHub↗7,005
  • brentvatne/react-native-scrollable-tab-viewالصورة الرمزية لـ brentvatne

    brentvatne/react-native-scrollable-tab-view

    6,944عرض على GitHub↗

    This project is a cross-platform mobile tab navigator for React Native. It provides a swipable tab interface and an animated view switcher that allows users to move between different content areas using horizontal swipe gestures. The system features a customizable tab bar component that can be styled or replaced with custom components to control the visual layout. It supports independent scroll state management, ensuring each individual page maintains its own vertical scroll position when switching views. The navigation framework handles tab transition control and adjacent page pre-rendering

    JavaScript
    عرض على GitHub↗6,944
عرض جميع البدائل الـ 30 لـ React Native Tab View→

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

ما هي وظيفة satya164/react-native-tab-view؟

هذا المشروع يوفر مكون تنقل مبوب (tabbed navigation) لتطبيقات الهاتف المحمول عبر المنصات. يعمل كحاوية تنقل تنظم المحتوى في طرق عرض منفصلة، مما يسمح للمستخدمين بالتبديل بين الشاشات عبر شريط تبويب أو إيماءات التمرير.

ما هي الميزات الرئيسية لـ satya164/react-native-tab-view؟

الميزات الرئيسية لـ satya164/react-native-tab-view هي: React Native Navigation Frameworks, Gesture-Driven Page Switching, Cross-Platform Mobile Navigation Libraries, Cross-Platform Development, Tabbed Containers, Tabbed Navigation, Tab Bars, Scrollable.

ما هي البدائل مفتوحة المصدر لـ satya164/react-native-tab-view؟

تشمل البدائل مفتوحة المصدر لـ satya164/react-native-tab-view: ptomasroos/react-native-scrollable-tab-view — This project is a React Native UI component for implementing swipeable tab navigation. It organizes mobile app content… aksonov/react-native-router-flux — This project is a cross-platform mobile navigation library and declarative routing engine. It maps components to named… xmartlabs/xlpagertabstrip — XLPagerTabStrip is a navigation component for iOS that synchronizes a tabbed menu with a swipable view controller… brentvatne/react-native-scrollable-tab-view — This project is a cross-platform mobile tab navigator for React Native. It provides a swipable tab interface and an… wikimedia/wikipedia-ios — The Wikipedia iOS app is a native client for reading, editing, and contributing to Wikipedia articles on iPhone and… rubensousa/viewpagercards — ViewPagerCards is a mobile swipe navigation component and gesture-based view pager used to create horizontal swipable…