# @react-navigation/routers

> Routers to help build custom navigators

Latest version **7.6.4** (published 2026-07-20) · MIT license · 0 weekly downloads

## Install

```sh
npm install @react-navigation/routers
pnpm add @react-navigation/routers
yarn add @react-navigation/routers
bun add @react-navigation/routers
```

## Health

**Score 70/100 (B)** — status: active.

Positive: has types; esm support; no vulnerabilities; recently updated; high maintenance score; popular repo.

Warnings: low downloads.

## Facts

| | |
|---|---|
| Version | 7.6.4 |
| Published | 2026-07-20 |
| First published | 2019-08-21 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 1 |
| Unpacked size | 183.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 24499 |
| Maintainers | ericvicenti, brentvatne, satya164, osdnk, kacperkapusciak, okwasniewski |
| Keywords | react, react-native, react-navigation |

## Links

- npm: https://www.npmjs.com/package/@react-navigation/routers
- Repository: https://github.com/react-navigation/react-navigation
- Homepage: https://reactnavigation.org/docs/custom-routers/
- Issues: https://github.com/react-navigation/react-navigation/issues
- npm.io page: https://npm.io/package/@react-navigation/routers

## Dependencies (1)

- [nanoid](https://npm.io/package/nanoid.md) ^3.3.11

## Alternatives

- [mobx-react](https://npm.io/package/mobx-react.md) — 2.8M weekly downloads
- [rc-tree](https://npm.io/package/rc-tree.md) — 2.6M weekly downloads
- [@react-oauth/google](https://npm.io/package/@react-oauth/google.md) — 1.3M weekly downloads
- [@wagmi/connectors](https://npm.io/package/@wagmi/connectors.md) — 877.0K weekly downloads
- [vee-validate](https://npm.io/package/vee-validate.md) — 836.4K weekly downloads

## Recent versions

- 7.6.4 (latest) — 2026-07-20
- 8.0.0-alpha.18 (next) — 2026-09-22
- 5.7.4 (5.x) — 2021-08-01
- 8.0.0-alpha.17 — 2026-07-27
- 8.0.0-alpha.16 — 2026-07-21
- 7.6.3 — 2026-07-20
- 8.0.0-alpha.15 — 2026-07-17
- 7.6.2 — 2026-07-17
- 8.0.0-alpha.14 — 2026-07-16
- 7.6.1 — 2026-07-16
- 8.0.0-alpha.13 — 2026-06-18
- 8.0.0-alpha.12 — 2026-06-11
- 7.6.0 — 2026-06-11
- 8.0.0-alpha.11 — 2026-06-08
- 7.5.6 — 2026-06-08
- … 129 more at https://npm.io/package/@react-navigation/routers/versions

## README

# `@react-navigation/routers`

Routers to help build custom navigators.

You probably don't need to use this package directly if you're not building custom navigators.

## Installation

Open a Terminal in your project's folder and run,

```sh
npm install @react-navigation/routers
```

## Usage

Documentation can be found on the [React Navigation website](https://reactnavigation.org/docs/custom-routers/).

---
_Source: https://npm.io/package/@react-navigation/routers · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
