Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-router-native

Package Overview
Dependencies
Maintainers
4
Versions
326
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-router-native

[React Native](https://facebook.github.io/react-native/) bindings for [React Router](https://reacttraining.com/react-router).

  • 4.1.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
21K
decreased by-1.74%
Maintainers
4
Weekly downloads
 
Created
Source

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.

FAQs

Package last updated on 12 Apr 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc