Yipit/react-navigation

Name: react-navigation

Owner: Yipit

Description: Learn once, navigate anywhere

Created: 2017-08-30 01:05:24.0

Updated: 2017-08-30 01:05:26.0

Pushed: 2017-08-30 10:21:57.0

Homepage: https://reactnavigation.org

Size: 7657

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

React Navigation CircleCI npm version codecov

Learn once, navigate anywhere.

Browse the docs on reactnavigation.org or try it out on our expo demo.

Motivation

React Navigation is born from the React Native community's need for an extensible yet easy-to-use navigation solution. It replaces and improves upon several navigation libraries in the ecosystem, including Ex-Navigation, React Native's Navigator and NavigationExperimental components. React Navigation can also be used across React and React Native projects allowing for a higher degree of shared code.

Once stable, NavigationExperimental will be deprecated in favor of React Navigation. React Navigation is a collaboration between people from Facebook, Exponent and the React community at large.

Getting started
  1. Create a new React Native App

    t-native init SimpleApp
    impleApp
    
  2. Install the latest version of react-navigation from npm

     add react-navigation
    

    or

    install --save react-navigation
    
  3. Run the new app

    t-native run-android # or:
    t-native run-ios
    
Community

We have an active channel on the Reactiflux community. It's the best place to show off things you've made with the library, ask for help, or just hang out and discuss the project. This also helps keep the issues manageable.

Advanced guide
React Navigation API

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.