simplernrouter
v0.5.1
Published
Just a Simple Router Module
Readme
Setup
whether install using npm -> Get it Here
npm install simple-react-native-routeror use yarn (if installed) Follow yarn Installation Guide
yarn add simple-react-native-routerUsage
pretty easy to use and fully customizable
import { Router, Route, Link } from 'simple-react-native-router';
...
<Router>
<Route component={Home} initial at="/" />
</Router>
