Skip to content

Files

Latest commit

aff4893 · Jun 1, 2020

History

History
This branch is 48 commits ahead of, 5043 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
Jun 1, 2020
Apr 21, 2020
May 11, 2020
Mar 7, 2017
Jan 27, 2017
Oct 21, 2019
Jan 27, 2017
Jan 27, 2017
Oct 10, 2018
May 11, 2020
May 11, 2020
May 11, 2020
Oct 13, 2018
Oct 13, 2018
May 11, 2020
Oct 18, 2019
Oct 15, 2019
Oct 22, 2019
May 11, 2020
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.