Package Exports
- react-navigation
- react-navigation/lib-rn/PropTypes
- react-navigation/lib-rn/addNavigationHelpers
- react-navigation/lib-rn/views/Header
- react-navigation/lib-rn/views/HeaderBackButton
- react-navigation/lib-rn/views/HeaderStyleInterpolator
- react-navigation/lib/NavigationActions
- react-navigation/lib/PropTypes
- react-navigation/lib/StateUtils
- react-navigation/lib/addNavigationHelpers
- react-navigation/lib/createNavigationContainer
- react-navigation/lib/navigators/DrawerNavigator
- react-navigation/lib/navigators/StackNavigator
- react-navigation/lib/navigators/TabNavigator
- react-navigation/lib/navigators/createNavigator
- react-navigation/lib/react-navigation.web
- react-navigation/lib/routers/StackRouter
- react-navigation/lib/routers/TabRouter
- react-navigation/lib/views/CardStack
- react-navigation/lib/views/Drawer/DrawerView
- react-navigation/lib/views/HeaderStyleInterpolator
- react-navigation/lib/views/HeaderTitle
- react-navigation/lib/views/TabView/TabView
- react-navigation/lib/views/Transitioner
- react-navigation/lib/views/withNavigation
- react-navigation/src/NavigationActions
- react-navigation/src/StateUtils
- react-navigation/src/addNavigationHelpers
- react-navigation/src/createNavigationContainer
- react-navigation/src/navigators/StackNavigator
- react-navigation/src/routers/TabRouter
- react-navigation/src/routers/getScreenForRouteName
- react-navigation/src/views/Header
- react-navigation/src/views/HeaderStyleInterpolator
- react-navigation/src/views/SceneView
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-navigation) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
React Navigation

Learn once, navigate anywhere.
Browse the docs on reactnavigation.org.
Getting started
- Create a new React Native App
react-native init SimpleApp
cd SimpleApp
- Install the latest version of react-navigation from npm
yarn add react-navigation
or
npm install --save react-navigation
- Run the new app
react-native run-android # or:
react-native run-ios