Skip to content

Files

Latest commit

e951e1d · Oct 22, 2019

History

History
This branch is 3 commits ahead of, 4997 commits behind remix-run/react-router:main.

react-router-native

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Oct 18, 2019
Jan 27, 2017
Oct 8, 2019
Oct 18, 2019
Oct 18, 2019
Mar 7, 2017
Jan 27, 2017
Oct 21, 2019
Jan 27, 2017
Jan 27, 2017
Oct 10, 2018
Oct 13, 2018
Oct 13, 2018
Oct 18, 2019
Oct 13, 2018
Oct 13, 2018
Oct 18, 2019
Oct 18, 2019
Oct 15, 2019
Oct 22, 2019
Oct 21, 2019
Oct 18, 2019

react-router-native

React Native bindings for React Router.

Installation

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;

Issues

If you find a bug, please file an issue on our issue tracker on GitHub.

Credits

React Router is built and maintained by React Training.