Files
react-navigation/packages/react-navigation
Gustavo Machado dbede0149f Minor fix in the "Screen Navigation Options" sample (state undefined) (#41)
The current code as it was, depended on the "state" param, but the title was being defined as a string template literal.
2017-01-27 14:42:42 -03:00
..
2017-01-27 17:48:26 +01:00
2017-01-26 13:18:26 -08:00
2017-01-26 13:52:48 -08:00

React Navigation CircleCI

Learn once, navigate anywhere.

Browse the docs on reactnavigation.org.

Getting started

  1. Create a new React Native App
react-native init SimpleApp
cd SimpleApp
  1. Install the latest version of react-navigation from npm
yarn add react-navigation

or

npm install --save react-navigation
  1. Run the new app
react-native run-android # or:
react-native run-ios

Advanced guide

React Navigation API