All Projects → react-navigation → React Navigation

react-navigation / React Navigation

Licence: mit
Routing and navigation for your React Native apps

Programming Languages

typescript
32286 projects
java
68154 projects - #9 most used programming language
javascript
184084 projects - #8 most used programming language
objective c
16641 projects - #2 most used programming language
Starlark
911 projects
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to React Navigation

React Navigation.github.io
Home of the documentation and other miscellanea
Stars: ✭ 207 (-99%)
Mutual labels:  hacktoberfest, navigation, react-navigation
React Navigation Header Buttons
Easily render header buttons for react-navigation.
Stars: ✭ 545 (-97.36%)
Mutual labels:  hacktoberfest, react-navigation
React Native Navigation
A complete native navigation solution for React Native
Stars: ✭ 12,387 (-40.01%)
Mutual labels:  hacktoberfest, navigation
Re Navigate
Example of React Native Navigation with re-frame/re-natal
Stars: ✭ 61 (-99.7%)
Mutual labels:  navigation, react-navigation
Spiceypy
SpiceyPy: a Pythonic Wrapper for the SPICE Toolkit.
Stars: ✭ 218 (-98.94%)
Mutual labels:  hacktoberfest, navigation
React Native Simple Router
A community maintained router component for React Native
Stars: ✭ 266 (-98.71%)
Mutual labels:  navigation, react-navigation
react-native-weather
This project is to explore React Navigation (Drawer, Tab, and Stack Navigators). And explore best practices around styling, design, and collaborating with designers for better UX for building great apps.
Stars: ✭ 51 (-99.75%)
Mutual labels:  react-navigation, navigation
Navit
The open source (GPL v2) turn-by-turn navigation software for many OS
Stars: ✭ 368 (-98.22%)
Mutual labels:  hacktoberfest, navigation
React Native Boilerplate
🚀 Type Based Architecture for developing React Native Apps using react, redux, sagas and hooks with auth flow
Stars: ✭ 375 (-98.18%)
Mutual labels:  react-navigation
Scrape It
🔮 A Node.js scraper for humans.
Stars: ✭ 3,773 (-81.73%)
Mutual labels:  hacktoberfest
Hyperjson
A hyper-fast Python module for reading/writing JSON data using Rust's serde-json.
Stars: ✭ 374 (-98.19%)
Mutual labels:  hacktoberfest
Mongo Seeding
The ultimate solution for populating your MongoDB database.
Stars: ✭ 375 (-98.18%)
Mutual labels:  hacktoberfest
Cookiecutter Flask
A flask template with Bootstrap 4, asset bundling+minification with webpack, starter templates, and registration/authentication. For use with cookiecutter.
Stars: ✭ 3,967 (-80.79%)
Mutual labels:  hacktoberfest
Mosdepth
fast BAM/CRAM depth calculation for WGS, exome, or targeted sequencing
Stars: ✭ 376 (-98.18%)
Mutual labels:  hacktoberfest
Parse Server
API server module for Node/Express
Stars: ✭ 19,165 (-7.19%)
Mutual labels:  hacktoberfest
T Rec Rs
Blazingly fast terminal recorder that generates animated gif images for the web written in rust
Stars: ✭ 361 (-98.25%)
Mutual labels:  hacktoberfest
Openwisp Config
OpenWRT configuration agent for OpenWISP Controller
Stars: ✭ 375 (-98.18%)
Mutual labels:  hacktoberfest
Excalidraw
Virtual whiteboard for sketching hand-drawn like diagrams
Stars: ✭ 25,509 (+23.53%)
Mutual labels:  hacktoberfest
Generator Jhipster
JHipster is a development platform to quickly generate, develop, & deploy modern web applications & microservice architectures.
Stars: ✭ 19,162 (-7.21%)
Mutual labels:  hacktoberfest
Echarts4r
🐳 ECharts 5 for R
Stars: ✭ 378 (-98.17%)
Mutual labels:  hacktoberfest

React Navigation 6

Build Status Code Coverage MIT License

Routing and navigation for your React Native apps.

Documentation can be found at reactnavigation.org.

If you are looking for version 4, the code can be found in the 4.x branch.

Package Versions

Name Latest Version
@react-navigation/core badge
@react-navigation/native badge
@react-navigation/routers badge
@react-navigation/stack badge
@react-navigation/drawer badge
@react-navigation/material-top-tabs badge
@react-navigation/material-bottom-tabs badge
@react-navigation/bottom-tabs badge
@react-navigation/devtools badge

Contributing

Please read through our contribution guide to get started!

Installing from a fork on GitHub

Since we use a monorepo, it's not possible to install a package from the repository URL. If you need to install a forked version from Git, you can use gitpkg.

First install gitpkg:

yarn global add gitpkg

Then follow these steps to publish and install a forked package:

  1. Fork this repo to your account and clone the forked repo to your local machine
  2. Open a Terminal and cd to the location of the cloned repo
  3. Run yarn to install any dependencies
  4. If you want to make any changes, make them and commit
  5. Now cd to the package directory that you want to use (e.g. cd packages/stack for @react-navigation/stack)
  6. Run gitpkg publish to publish the package to your repo

After publishing, you should see something like this:

Package uploaded to [email protected]:<user>/<repo>.git with the name <name>

You can now install the dependency in your project:

yarn add <user>/<repo>.git#<name>

Remember to replace <user>, <repo> and <name> with right values.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].