Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
React Navigation | 22,734 | 5,261 | 985 | 3 days ago | 204 | June 22, 2023 | 682 | TypeScript | ||
Routing and navigation for your React Native apps | ||||||||||
React Native Navigation | 12,894 | 932 | 167 | 4 days ago | 3,041 | August 02, 2023 | 223 | mit | MDX | |
A complete native navigation solution for React Native | ||||||||||
React Native Router Flux | 9,013 | 3,478 | 99 | 3 months ago | 273 | March 26, 2021 | 338 | mit | JavaScript | |
The first declarative React Native router | ||||||||||
React Data Grid | 6,262 | 441 | 256 | 3 days ago | 1,034 | August 01, 2023 | 155 | other | TypeScript | |
Feature-rich and customizable data grid React component | ||||||||||
Wouter | 5,500 | 7 | 61 | a day ago | 49 | May 17, 2023 | 21 | JavaScript | ||
🥢 A minimalist-friendly ~1.5KB routing for React and Preact. Nothing else but HOOKS. | ||||||||||
Rnstudynotes | 3,761 | 3 years ago | 13 | Objective-C | ||||||
React Native 研究与实践 | ||||||||||
Native Navigation | 3,132 | 10 | 3 | 7 months ago | 8 | April 17, 2017 | 65 | mit | Java | |
Native navigation library for React Native applications | ||||||||||
React Native Screens | 2,671 | 7,739 | 1,005 | 2 days ago | 131 | August 04, 2023 | 109 | mit | TypeScript | |
Native navigation primitives for your React Native app. | ||||||||||
React Awesome Slider | 2,601 | 42 | 48 | 9 months ago | 45 | February 21, 2020 | 76 | mit | JavaScript | |
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 Tv | 1,949 | 9 | 8 | a year ago | 30 | October 31, 2018 | 30 | mit | JavaScript | |
[ Unmaintained due to raphamorim/react-ape ] React Renderer for low memory applications |
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
See the Installation Guide
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
Navigator.registerScreen(...)
Navigator.push(...)
Navigator.present(...)
Navigator.pop(...)
Navigator.dismiss(...)
Config
Spacer
Tab
TabBar
SharedElement
SharedElementGroup
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.
See the Contributors Guide
See the Frequently Asked Questions page
This project is licensed under the MIT License.