Skip to content
Please note that GitHub no longer supports Internet Explorer.

We recommend upgrading to the latest Microsoft Edge, Google Chrome, or Firefox.

Learn more
Routing and navigation for your React Native apps
Branch: master
Clone or download
itsjgf and brentvatne [TypeScript] Export DrawerIconProps and DrawerLabelProps (#5715)
* chore(typescript): export DrawerIconProps and DrawerLabelProps

* chore: update changelog
Latest commit b9f50bd Mar 21, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.circleci Simplify CI config Mar 16, 2019
.github Fix typo in issue template Aug 25, 2018
examples/NavigationPlayground Regenerate lockfile in NavigationPlayground Mar 19, 2019
flow Issue-5701: TabBarBottom -> BottomTabBar in type definitions (#5702) Mar 19, 2019
scripts Attempted fix for CI Mar 16, 2019
src Export GestureContexts and add missing type for withOrientation, fix … Mar 19, 2019
typescript [TypeScript] Export DrawerIconProps and DrawerLabelProps (#5715) Mar 21, 2019
.codecov.yml Add codecov.yml May 15, 2017
.editorconfig Introducing flat options (#984) Apr 12, 2017
.eslintignore Add Flow libdef (#3391) Feb 1, 2018
.eslintrc
.gitignore Clean up old build process and Babel config (#3406) Feb 2, 2018
.npmignore Exclude __tests__ from published files (#1525) May 15, 2017
.release-it.json chore: use release-it for automated release (#5115) Oct 15, 2018
.watchmanconfig Initial public release of React Navigation Jan 26, 2017
CHANGELOG.md [TypeScript] Export DrawerIconProps and DrawerLabelProps (#5715) Mar 21, 2019
CODE_OF_CONDUCT.md Add CoC Jun 15, 2017
COMMUNITY_RESOURCES.md Update README Feb 3, 2018
CONTRIBUTING.md Move contributing guide to CONTRIBUTING.md (#3631) Mar 1, 2018
LICENSE Initial public release of React Navigation Jan 26, 2017
NavigationTestUtils.js ./src/createNavigationContainer -> @react-navigation/native/src/creat… Nov 26, 2018
README.md Release 3.1.2 Feb 1, 2019
assetsTransformer.js Fix "npm test" on Windows 10 (#4066) Apr 27, 2018
babel.config.js Release 3.5.1 Mar 19, 2019
jest-setup.js Remove flow (#3350) Jan 25, 2018
package.json Release 3.5.1 Mar 19, 2019
prettier.config.js Navigation Event Subscriptions (#3345) Jan 25, 2018
yarn.lock Release 3.5.1 Mar 19, 2019

README.md

React Navigation

npm version CircleCI badge PRs Welcome

React Navigation is born from the React Native community's need for an extensible yet easy-to-use navigation solution based on Javascript.

Installation

See: https://reactnavigation.org/docs/en/getting-started.html

Documentation

Try it out

You can also try out the Navigation Playground app to get a sense for some of the tools built in to React Navigation. The "Fundamentals" in the documentation also include examples you can play with.

FAQs

I'm having troubles using the library, what can I do?

See the help page.

How can I help?

See our Contributing Guide!

Is this the only library available for navigation?

Certainly not! There other libraries - which, depending on your needs, can be better or worse suited for your project. Read more in the alternative libraries documentation, and read React Navigation's pitch & anti-pitch to understand the tradeoffs.

Can I use this library for web?

Web support was not a priority for the 1.0 release, but the architecture of this library allows for it (and it has worked in the past). If you would like to lead this charge, please reach out with your ideas for how to move forward on the RFCs repository and we would be happy to discuss.

Code of conduct

This library has adopted a Code of Conduct that we expect project participants to adhere to. Please read the full text so that you can understand what actions will and will not be tolerated.

License

React Navigation is licensed under the BSD 2-clause "Simplified" License.

You can’t perform that action at this time.