Native Navigation

Native navigation library for React Native applications
Alternatives To Native Navigation
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
React Navigation22,7345,2619853 days ago204June 22, 2023682TypeScript
Routing and navigation for your React Native apps
React Native Navigation12,8949321674 days ago3,041August 02, 2023223mitMDX
A complete native navigation solution for React Native
React Native Router Flux9,0133,478993 months ago273March 26, 2021338mitJavaScript
The first declarative React Native router
React Data Grid6,2624412563 days ago1,034August 01, 2023155otherTypeScript
Feature-rich and customizable data grid React component
Wouter5,500761a day ago49May 17, 202321JavaScript
🥢 A minimalist-friendly ~1.5KB routing for React and Preact. Nothing else but HOOKS.
Rnstudynotes3,761
3 years ago13Objective-C
React Native 研究与实践
Native Navigation3,1321037 months ago8April 17, 201765mitJava
Native navigation library for React Native applications
React Native Screens2,6717,7391,0052 days ago131August 04, 2023109mitTypeScript
Native navigation primitives for your React Native app.
React Awesome Slider2,60142489 months ago45February 21, 202076mitJavaScript
React content transition slider. Awesome Slider is a 60fps, light weight, performant component that renders an animated set of production ready UI general purpose sliders with fullpage transition support for NextJS and GatsbyJS. 🖥️ 📱
React Tv1,94998a year ago30October 31, 201830mitJavaScript
[ Unmaintained due to raphamorim/react-ape ] React Renderer for low memory applications
Alternatives To Native Navigation
Select To Compare


Alternative Project Comparisons
Readme

Native Navigation

Join the chat at https://gitter.im/airbnb/native-navigation

npm Version License Build Status

DISCLAIMER

This project is currently in beta.

Many of the core APIs are subject to change, and we do not consider this project "Production Ready" until it hits a 1.0 release. We encourage people to try this library out and provide us feedback as we get it to a stable state we are confident in, but not to rely on it for production use until then.

Read more about our Roadmap to 1.0

Contents

Installation

See the Installation Guide

Running the Example Project

To run the example project, first clone this repo:

git clone https://github.com/airbnb/native-navigation.git
cd native-navigation

Both npm and the ruby bundler gem are needed to run the project.

npm install
npm start

Then, in another CLI window:

To run on iOS: npm run run:ios

To run on Android: npm run run:android

Guides

API Documentation

Related Projects and Alternatives

Native Navigation is a navigation library for the React Native platform. There are many navigation libraries in the React Native ecosystem. Native Navigation is unique in that it is built on top of the iOS and Android platform navigational components, and is thus more "native" than most other options which implement navigation from scratch in JavaScript on top of base React Native components like View and Animated.

React Native Navigation by Wix engineering is an alternative library that uses "Native" navigation components of each platform, and has been around longer than Native Navigation. If you need a stable / production-ready navigation library today that uses native platform based navigation components, we recommend you check this library out.

If you are investigating navigation solutions and you are okay with JavaScript-based solutions, we also encourage you to check out React Navigation.

Contributing

See the Contributors Guide

FAQ

See the Frequently Asked Questions page

License

This project is licensed under the MIT License.

Popular Navigation Projects
Popular Reactjs Projects
Popular User Interface Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Java
Reactjs
Navigation