7 repository-uri
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.
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.
Routing and navigation for your React Native apps
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.
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.
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.
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.
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.