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

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

探索精选搜索Open-source alternativesSelf-hosted software博客网站地图
项目关于How we rank媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 个仓库

Awesome GitHub RepositoriesReact Native Navigation

Navigation solutions specifically for mobile applications.

Explore 7 awesome GitHub repositories matching part of an awesome list · React Native Navigation. Refine with filters or upvote what's useful.

Awesome React Native Navigation GitHub Repositories

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

    react-community/react-navigation

    24,480在 GitHub 上查看↗

    React Navigation is a cross-platform routing framework and navigation library designed to synchronize routing logic and navigation flows across Android, iOS, and web platforms. It functions as a mobile app router that coordinates transitions between different application views while maintaining a consistent navigation history. The project provides a system for managing screens and navigation state in React Native applications. It enables the definition of paths and the coordination of movement between views to maintain an organized flow throughout the user experience. The framework covers br

    Provides a comprehensive navigation solution specifically designed for React Native mobile applications.

    TypeScript
    在 GitHub 上查看↗24,480
  • react-navigation/react-navigationreact-navigation 的头像

    react-navigation/react-navigation

    24,405在 GitHub 上查看↗

    Routing and navigation for your React Native apps

    TypeScripthacktoberfestnavigationreact
    在 GitHub 上查看↗24,405
  • 47ng/nuqs47ng 的头像

    47ng/nuqs

    10,591在 GitHub 上查看↗

    nuqs is a TypeScript library for managing React component state through the browser's URL query string. It provides a type-safe hook-based approach that synchronizes component state with the address bar, enabling shareable and bookmarkable application states. The library handles parsing and serializing URL query parameters into typed JavaScript values, supporting integers, floats, booleans, dates, and custom types with bijectivity verification. The library distinguishes itself through its comprehensive approach to URL state management, combining batch URL updates that merge multiple parameter

    Controls whether URL state updates replace or push browser history entries for back-button navigation.

    TypeScriptquery-paramsreactsearch-params
    在 GitHub 上查看↗10,591
  • thedaviddias/front-end-design-checklistthedaviddias 的头像

    thedaviddias/Front-End-Design-Checklist

    5,214在 GitHub 上查看↗

    This project is a design-to-development handoff guide and UI design audit framework. It provides a structured collection of requirements and checklists to verify that visual assets, component architectures, and technical specifications are ready for implementation. The framework focuses on standardizing web asset management through naming conventions and format verification for images, icons, and fonts. It includes specifications for responsive web design, ensuring that mobile and tablet layouts and fluid grid systems are defined for cross-device consistency. The guide covers quality assuran

    Includes a framework to verify that navigation elements have distinct styles for hover, focus, and active states.

    checklistfront-end-developer-toolfront-end-development
    在 GitHub 上查看↗5,214
  • bespokejs/bespokebespokejs 的头像

    bespokejs/bespoke

    4,803在 GitHub 上查看↗

    Bespoke is a lightweight JavaScript presentation framework designed for creating sequenced web presentations. It functions as a DOM-based slide controller and navigation engine that manages the visibility and styling of HTML elements to create presentation flows. The framework is built around a plugin-based architecture that allows for the extension of core behavior. This system enables the injection of custom logic into the navigation workflow by intercepting and modifying system events, including the ability to cancel specific actions. The toolkit covers content element definition and stat

    Controls the sequence of a collection by transitioning between items and tracking the active index.

    JavaScript
    在 GitHub 上查看↗4,803
  • binioter/guideviewbinIoter 的头像

    binIoter/GuideView

    3,946在 GitHub 上查看↗

    GuideView 是一个 Android 用户引导库和 UI 遮罩框架,用于创建引导式游览和功能教程。它提供了通过绘制带有高亮孔的半透明遮罩来识别并视觉隔离特定 Android 视图的实用程序,以聚焦用户注意力。 该库实现了一个将多个教学步骤链接在一起的系统,允许按特定顺序排列高亮页面。它支持在被高亮视图附近附加自定义文本、图像或动画,以提供教学上下文。 该框架使用动画管理教程步骤之间的视觉转换,并将遮罩的位置与 Android Fragment 生命周期同步。它使用基于坐标的遮罩和路径裁剪来定义界面的可见区域。

    Manages the active step index and transition logic for a linear sequence of tutorial highlights.

    Java
    在 GitHub 上查看↗3,946
  • react-native-community/hooksreact-native-community 的头像

    react-native-community/hooks

    3,629在 GitHub 上查看↗

    This library provides a collection of reusable React hooks designed to simplify mobile development by abstracting complex native hardware interactions and system event monitoring. It enables developers to replace imperative platform-specific code with declarative functions that integrate directly into the component lifecycle, facilitating reactive state synchronization and automated resource management. The project distinguishes itself by providing specialized utilities for monitoring mobile-specific device states, such as screen orientation, keyboard visibility, and accessibility preferences

    Manages navigation flows by intercepting hardware back button events and tracking application lifecycle states.

    TypeScript
    在 GitHub 上查看↗3,629
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. React Native Navigation

探索子标签

  • Navigation State Management3 个子标签Management of the navigation stack and history to enable seamless movement between views. **Distinct from React Native Navigation:** Focuses specifically on the state of the navigation history rather than general app state or debugging.