Download

The Navigation router download is made up of three files or packages: Navigation, for the core router, Navigation React, for the Hyperlink components, and Navigation React Mobile, for native-like navigation. Plus optional TypeScript declaration files that define the public Api.

npm

npm install navigation navigation-react navigation-react-mobile
var Navigation = require('navigation');
var NavigationReact = require('navigation-react');
var NavigationReactMobile = require('navigation-react-mobile');

File

Navigation 5.3.1 (or non-minified)
Navigation React 4.1.1 (or non-minified)
Navigation React Mobile 3.3.0 (or non-minified)

<script src="navigation-5.3.1.min.js"></script>
<script src="navigation.react-4.1.1.min.js"></script>
<script src="navigation.react.mobile-3.3.0.min.js"></script>
The Navigation, Navigation React and Navigation React Mobile Typescript declaration files define the public Api.