react-navigation/docs/guides/Web-Integration.md
Brenton Simpson ede9dc766c Fix links to web site (#7)
Closes #6
2017-01-26 23:20:20 +00:00

1.1 KiB

Web Integration

React Navigation routers work on web and allow you to share navigation logic with native apps. The views currently bundled in react-navigation currently only work on React Native, but that may change with future-facing projects like react-primitives.

Example App

This website is built with React Navigation, specifically using createNavigator and TabRouter.

See the source code of the site here: App.js.

To see how the app gets rendered on the server, see Server.js. On the browser, the App wakes up and gets rendered with BrowserAppContainer.js.

More Coming Soon

Soon this guide will be replaced with a more thorough walkthrough of react-navigation usage on the web.