React Native bindings for React Router.
Using npm:
$ npm install --save react-router-native
Then import
or require
as you would anything else:
// using ES6 modules
import { NativeRouter, Route, Link } from "react-router-native";
// using CommonJS modules
var NativeRouter = require("react-router-native").NativeRouter;
var Route = require("react-router-native").Route;
var Link = require("react-router-native").Link;
If you find a bug, please file an issue on our issue tracker on GitHub.
React Router is built and maintained by React Training.