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

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

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 个仓库

Awesome GitHub RepositoriesReact Native Navigation Frameworks

Libraries specifically designed to manage routing and screen transitions within React Native applications.

Distinct from React Native Navigation: Existing candidates are either too broad (RN apps) or too narrow (UX transitions)

Explore 5 awesome GitHub repositories matching mobile development · React Native Navigation Frameworks. Refine with filters or upvote what's useful.

Awesome React Native Navigation Frameworks GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • gorhom/react-native-bottom-sheetgorhom 的头像

    gorhom/react-native-bottom-sheet

    9,003在 GitHub 上查看↗

    This is a bottom sheet component library for React Native that provides gesture-driven panels sliding up from the bottom of the screen. The library is built around configurable snap points, dynamic sizing, keyboard awareness, modal presentation, and synchronized scrolling, with native driver animation offloaded to the native thread for smooth performance. The library distinguishes itself through deep gesture and animation control, including custom gesture handler overrides, scroll-gesture synchronization, and dynamic snap point recalculation when content size or keyboard visibility changes. I

    Integrates bottom sheets as standard screens or modals in React Navigation.

    TypeScriptbottom-sheetbottomsheetmodal
    在 GitHub 上查看↗9,003
  • aksonov/react-native-router-fluxaksonov 的头像

    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

    Provides a centralized routing configuration to manage screen transitions and flow across React Native applications.

    JavaScript
    在 GitHub 上查看↗8,927
  • brentvatne/react-native-scrollable-tab-viewbrentvatne 的头像

    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

    Provides a comprehensive tabbed navigation framework specifically designed for React Native applications.

    JavaScript
    在 GitHub 上查看↗6,944
  • satya164/react-native-tab-viewsatya164 的头像

    satya164/react-native-tab-view

    5,113在 GitHub 上查看↗

    该项目为跨平台移动应用提供了一个标签页导航组件。它作为一个导航容器,将内容组织成独立的视图,允许用户通过标签栏或滑动手势在屏幕之间切换。 该组件具有可自定义的标签栏界面,支持品牌样式、图标、徽章和水平滚动以容纳众多的导航目标。它还包括一个延迟渲染系统,该系统会推迟标签页场景的实例化,直到它们获得焦点,从而提高初始加载速度。 该实现涵盖了标签栏管理和交互拦截,使自定义逻辑能够修改默认的切换行为。其他功能包括键盘交互控制,以管理场景转换期间软件键盘的可见性。

    Provides a specialized navigation framework for managing routing and screen transitions in React Native.

    TypeScripthacktoberfestpager-componentreact-native
    在 GitHub 上查看↗5,113
  • software-mansion/react-native-screenssoftware-mansion 的头像

    software-mansion/react-native-screens

    3,689在 GitHub 上查看↗

    react-native-screens is a set of native navigation primitives and a cross-platform UI bridge that maps JavaScript interfaces to platform-specific screen management. It serves as a mobile screen transition engine and a native view hierarchy manager, bridging high-level navigation interfaces to native view hierarchies and transition engines. The project distinguishes itself by unifying navigation experiences across mobile, web, television, and spatial computing devices. It utilizes platform-specific navigation primitives to ensure screen transitions and presentation styles align with native sys

    Provides native navigation primitives for React Native to ensure platform-specific screen transitions and a native feel.

    TypeScriptreact-nativereact-navigationtypescript
    在 GitHub 上查看↗3,689
  1. Home
  2. Mobile Development
  3. React Native Navigation Frameworks

探索子标签

  • Bottom Sheet Screen PresentationsPresenting bottom sheets as standard screens or modals within React Navigation navigators. **Distinct from React Native Navigation Frameworks:** Distinct from React Native Navigation Frameworks: focuses on bottom sheet integration with navigation, not general navigation frameworks.