wix/react-native-navigation

A complete native navigation solution for React Native

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 16 minutes ago
Added to GitGenius on September 4th, 2026
Created on March 11th, 2016
Open Issues & Pull Requests: 61 (+0)
GitHub issues: Enabled
Number of forks: 2,629
Total Stargazers: 13,177 (+0)
Total Subscribers: 452 (+0)

Repository Insights (GitGenius)

Most active contributors

Sign in to see contributor activity.

Related repositories by overlapping contributors

No overlapping-contributor repos identified yet.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 25
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 375 days
Stale 30+ days: 23
Stale 90+ days: 18

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • type: accepted/bug (238)
  • needs triage (169)
  • platform: iOS (138)
  • platform: Android (126)
  • triage: bug (96)
  • 🏚 stale (87)
  • type: accepted/enhancement (34)
  • 📌 pinned (33)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

React Native Navigation is a native navigation library that provides platform-native navigation for React Native applications on iOS and Android.

The library solves the problem of delivering native navigation experiences in React Native apps by implementing navigation entirely through native platform APIs rather than JavaScript-based solutions. It exposes a simple, cross-platform JavaScript API that developers use to control native navigation stacks, tabs, and drawers on each platform. This approach ensures that navigation behavior, animations, and performance characteristics match what users expect from native applications.

Teams building React Native apps that prioritize native feel and performance should consider this library, particularly when targeting both iOS and Android with consistent navigation patterns. The tool suits projects where native-like navigation transitions and platform-specific navigation conventions matter. Installation requires editing native files on both platforms, so it is not a drop-in JavaScript-only solution; developers need to be comfortable working with native code or have native development support on their team.

The project maintains active engagement across multiple community channels including Discord and Stack Overflow, suggesting responsive support for adoption questions. Development activity shows consistent attention to both iOS and Android platforms through a multi-platform build system. The library targets a broad range of platform versions, supporting iOS 11 and Android 5.0 and later, indicating commitment to compatibility across device generations.