Skip to content

Commit

Permalink
Fix links to web site
Browse files Browse the repository at this point in the history
  • Loading branch information
appsforartists committed Jan 26, 2017
1 parent 5f9e614 commit c559eb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guides/Web-Integration.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# 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](https://github.com/lelandrichardson/react-primitives).
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](https://github.com/lelandrichardson/react-primitives).

## Example App

[This website](https://github.com/react-community/react-navigation/blob/master/website/) is built with react navigation, specifically using `createNavigator` and `TabRouter`.
[This website](https://reactnavigation.org/) is [built with](https://github.com/react-community/react-navigation/blob/master/website/) React Navigation, specifically using `createNavigator` and `TabRouter`.

See the source code of the site here: [App.js](https://github.com/react-community/react-navigation/blob/master/website/src/App.js).

Expand Down

0 comments on commit c559eb6

Please sign in to comment.