# react-native-navigation

> React Native Navigation - truly native navigation for iOS and Android

Latest version **8.9.0** (published 2026-09-14) · MIT license · 0 weekly downloads

## Install

```sh
npm install react-native-navigation
pnpm add react-native-navigation
yarn add react-native-navigation
bun add react-native-navigation
```

Provides the command `rnn-link`.

## 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 | 8.9.0 |
| Published | 2026-09-14 |
| First published | 2016-03-11 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 5 |
| Unpacked size | 6.7 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 13175 |
| Maintainers | artald, noamco, guyca, d4vidi, wix.mobile, yogevbd, yaroslavs |

## Links

- npm: https://www.npmjs.com/package/react-native-navigation
- Repository: https://github.com/wix/react-native-navigation
- Issues: https://github.com/wix/react-native-navigation/issues
- npm.io page: https://npm.io/package/react-native-navigation

## Dependencies (5)

- [tslib](https://npm.io/package/tslib.md) 1.9.3
- [lodash](https://npm.io/package/lodash.md) 4.18.1
- [prop-types](https://npm.io/package/prop-types.md) 15.x.x
- [hoist-non-react-statics](https://npm.io/package/hoist-non-react-statics.md) 3.3.2
- [react-lifecycles-compat](https://npm.io/package/react-lifecycles-compat.md) ^3.0.4

## Recent versions

- 8.9.0 (latest) — 2026-09-14
- 8.8.10-snapshot.2638 (undefined) — 2026-08-02
- 7.51.0-rc.3 (rc) — 2025-08-25
- 7.50.0 (prev) — 2025-07-30
- 8.1.0-rc02 (next) — 2025-06-04
- 99.99.10 (test) — 2025-02-13
- 7.41.0-blablatest (blablatest) — 2025-02-06
- 7.40.2-pretester (pretest-dont) — 2024-08-22
- 7.23.1-snapshot.1683 (snapshot) — 2021-10-20
- 7.16.0-snapshot.1563 (navigationMock) — 2021-06-15
- 7.0.0-turboModules.1 (turboModules) — 2020-08-04
- 8.8.11 — 2026-08-02
- 8.8.10 — 2026-06-29
- 8.8.9-snapshot.2628 — 2026-06-23
- 8.8.9 — 2026-06-21
- … 3317 more at https://npm.io/package/react-native-navigation/versions

## README

[![SWUbanner](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner2-direct.svg)](https://vshymanskyy.github.io/StandWithUkraine)

<h1 align="center">
  <img src=".logo.png"/><br/>
  React Native Navigation
</h1>

<p align="center">
  <a href="https://www.npmjs.com/package/react-native-navigation"><img src="https://img.shields.io/npm/dw/react-native-navigation.svg?style=flat-square" alt="NPM downloads"></a>
  <a href="https://www.npmjs.com/package/react-native-navigation"><img src="https://img.shields.io/npm/v/react-native-navigation/latest.svg?style=flat-square" alt="NPM latest version"></a>
  <a href="https://www.npmjs.com/package/react-native-navigation"><img src="https://img.shields.io/npm/v/react-native-navigation/snapshot.svg?style=flat-square" alt="NPM snapshot version"></a>
  <a href="https://jenkins-oss.wixpress.com/job/multi-react-native-navigation-master/"><img src="https://img.shields.io/jenkins/s/http/jenkins-oss.wixpress.com:8080/job/multi-react-native-navigation-master.svg?style=flat-square" alt="NPM snapshot version"></a>

</p>
<p align="center">
  <a href="https://twitter.com/reactnativenav"><img src="https://img.shields.io/twitter/follow/reactnativenav.svg?style=flat-square&colorA=1da1f2&colorB=&label=Follow%20us%20on%20Twitter" alt="Follow on Twitter"></a>
  <a href="https://discord.gg/DhkZjq2"><img src="https://img.shields.io/discord/242515947020222464.svg?color=%237289da&label=Chat%20on%20Discrd&style=flat-square" alt="Chat on Discord"></a>
  <a href="https://stackoverflow.com/questions/tagged/wix-react-native-navigation"><img src="https://img.shields.io/stackexchange/stackoverflow/t/wix-react-native-navigation.svg?style=flat-square" alt="StackExchange"></a>
</p>

React Native Navigation provides 100% native platform navigation on both iOS and Android for React Native apps. The JavaScript API is simple and cross-platform - just install it in your app and give your users the native feel they deserve. Ready to get started? Check out the [docs](https://wix.github.io/react-native-navigation/).

# Quick Links

- [Documentation](https://wix.github.io/react-native-navigation/)
- [Changelog](https://github.com/wix/react-native-navigation/blob/master/CHANGELOG.md)
- [Stack Overflow](http://stackoverflow.com/questions/tagged/wix-react-native-navigation)
- [Chat with us](https://discord.gg/DhkZjq2)
- [Contributing](https://wix.github.io/react-native-navigation/docs/meta-contributing)

# Requirements

Apps using React Native Navigation may target iOS 11 and Android 5.0 (API 21). You may use Windows, macOS or Linux as your development operating system.

# Installation

As `react-native-navigation` is a native navigation library - integrating it into your app will require editing native files. Follow the installation guides in the [documentation](https://wix.github.io/react-native-navigation/).

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