awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
react-navigation avatar

react-navigation/react-navigation

0
View on GitHub↗
24,405 stars·5,117 forks·TypeScript·29 viewsreactnavigation.org↗

React Navigation

Features

  • Navigators - Supports navigating between screens by pushing new views onto a stack with customizable animations.
  • View Integrations - Handles high-performance transitions and gesture interactions by synchronizing with native view hierarchies.
  • Routing - Supports configuring routes and parameters with strict type definitions to prevent runtime errors.
  • State & Lifecycle - Provides functionality to reset the navigation state, replacing the entire history with a fresh set of routes.
  • Mobile Navigation - Listed in the “Mobile Navigation” section of the Awesome React awesome list.
  • Native Navigation - Standard routing and navigation for mobile apps.
  • React Native Navigation - Routing and navigation for your React Native apps
  • Routing and Navigation - Routing and navigation for mobile applications.
  • Navigation Headers - Displays consistent navigation bars with custom titles and styling to ensure a uniform experience.
  • Deep Linking - Handles incoming URLs to route users directly to specific screens within an application.
  • Libraries - Provides specialized layout components for managing screen rendering and header positioning.
  • Custom Header Components - Allows rendering specialized header components including backgrounds, titles, and buttons.

Star history

Star history chart for react-navigation/react-navigationStar history chart for react-navigation/react-navigation

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What are the main features of react-navigation/react-navigation?

The main features of react-navigation/react-navigation are: Navigators, View Integrations, Routing, State & Lifecycle, Mobile Navigation, Native Navigation, React Native Navigation, Routing and Navigation.

What are some open-source alternatives to react-navigation/react-navigation?

Open-source alternatives to react-navigation/react-navigation include: expo/expo — Expo is a universal mobile framework designed to build native iOS and Android applications from a single codebase… flutter/samples — This is a comprehensive library of code examples and reference implementations for building cross-platform user… weilanwl/coloruicss — coloruicss is a CSS UI component library and high-saturation design system specifically developed for mini program… aksonov/react-native-router-flux — This project is a cross-platform mobile navigation library and declarative routing engine. It maps components to named… yokeyword/fragmentation — Fragmentation is an Android fragment management library and navigation framework. It coordinates the lifecycle,… flutter-team-archive/plugins — This project is a collection of official plugin packages and a native integration library designed to provide a…

Open-source alternatives to React Navigation

Similar open-source projects, ranked by how many features they share with React Navigation.
  • expo/expoexpo avatar

    expo/expo

    50,111View on GitHub↗

    Expo is a universal mobile framework designed to build native iOS and Android applications from a single codebase using web-standard technologies. It provides a comprehensive development environment that includes a unified runtime for testing, cloud-based infrastructure for compiling and signing native binaries, and automated tools for managing the entire mobile release lifecycle, including app store submission. The framework distinguishes itself through a plugin-based native configuration engine that programmatically modifies project files, allowing developers to integrate native modules wit

    TypeScriptandroidapp-frameworkexpo
    View on GitHub↗50,111
  • weilanwl/coloruicssweilanwl avatar

    weilanwl/coloruicss

    12,394View on GitHub↗

    coloruicss is a CSS UI component library and high-saturation design system specifically developed for mini program environments. It provides a collection of pre-styled visual elements designed to meet the technical constraints and rendering behaviors of these platforms. The framework focuses on replacing default system headers with a dedicated custom navigation bar framework. This allows for the creation of stylized top navigation areas that support custom colors, images, and action buttons. The system manages visual consistency through a CSS-based theming framework using custom properties t

    Vuecssmp-weixinscss
    View on GitHub↗12,394
  • flutter/samplesflutter avatar

    flutter/samples

    19,172View on GitHub↗

    This is a comprehensive library of code examples and reference implementations for building cross-platform user interfaces with Flutter. The project provides a collection of demo applications and guides designed to illustrate the implementation of design patterns, animation techniques, and testing workflows. The repository features specific demonstrations for native integration, including examples of embedding modules into existing native applications, using platform channels, and bridging native code with the framework. It also serves as an animation reference, providing implementations for

    Dart
    View on GitHub↗19,172
  • aksonov/react-native-router-fluxaksonov avatar

    aksonov/react-native-router-flux

    8,927View on 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
    View on GitHub↗8,927
  • See all 30 alternatives to React Navigation→