awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateOpen-source alternativesSelf-hosted softwareBlogHartă site
ProiectDespreHow we rankPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • react-community/react-navigationAvatar react-community

    react-community/react-navigation

    24,480Vezi pe 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
    Vezi pe GitHub↗24,480
  • react-navigation/react-navigationAvatar react-navigation

    react-navigation/react-navigation

    24,405Vezi pe GitHub↗

    Routing and navigation for your React Native apps

    TypeScripthacktoberfestnavigationreact
    Vezi pe GitHub↗24,405
  • 47ng/nuqsAvatar 47ng

    47ng/nuqs

    10,591Vezi pe 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
    Vezi pe GitHub↗10,591
  • thedaviddias/front-end-design-checklistAvatar thedaviddias

    thedaviddias/Front-End-Design-Checklist

    5,214Vezi pe 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
    Vezi pe GitHub↗5,214
  • bespokejs/bespokeAvatar bespokejs

    bespokejs/bespoke

    4,803Vezi pe GitHub↗

    Bespoke este un framework JavaScript ușor pentru prezentări, conceput pentru crearea de prezentări web secvențiale. Acesta funcționează ca un controler de slide-uri bazat pe DOM și un motor de navigare care gestionează vizibilitatea și stilizarea elementelor HTML pentru a crea fluxuri de prezentare. Framework-ul este construit în jurul unei arhitecturi bazate pe plugin-uri care permite extinderea comportamentului de bază. Acest sistem permite injectarea de logică personalizată în fluxul de navigare prin interceptarea și modificarea evenimentelor de sistem, inclusiv posibilitatea de a anula acțiuni specifice. Toolkit-ul acoperă definirea elementelor de conținut și gestionarea stării, folosind selectori CSS pentru a identifica unitățile de conținut și comutând automat clasele în funcție de starea activă sau inactivă a unui element. Acesta urmărește poziția curentă într-o secvență liniară pentru a coordona tranzițiile între elemente.

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

    JavaScript
    Vezi pe GitHub↗4,803
  • binioter/guideviewAvatar binIoter

    binIoter/GuideView

    3,946Vezi pe GitHub↗

    GuideView is an Android user onboarding library and UI masking framework used to create guided tours and feature tutorials. It provides utilities for identifying and visually isolating specific Android views by drawing semi-transparent overlays with highlighted holes to focus user attention. The library implements a system for chaining multiple instructional steps together, allowing for the sequencing of highlight pages in a specific order. It supports the attachment of custom text, images, or animations near highlighted views to provide instructional context. The framework manages visual tr

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

    Java
    Vezi pe GitHub↗3,946
  • react-native-community/hooksAvatar react-native-community

    react-native-community/hooks

    3,629Vezi pe 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
    Vezi pe GitHub↗3,629
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. React Native Navigation

Explorează sub-etichetele

  • Navigation State Management3 sub-tag-uriManagement 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.