fire-nav
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

fire-nav

统一的路由系统,提供一套路由系统的统一api,便于在各类项目中进行移植。

react-native的安装和使用

安装

yarn add fire-nav react-native-fire-nav

初始化

import Nav from 'fire-nav';
import RNNav from 'react-native-fire-nav';

const store = ...你的Reduxstore

Nav.setAdatper(new RNNav( store ));

h5的安装和使用

安装

yarn add fire-nav h5-fire-nav

初始化

Readme

Keywords

none

Package Sidebar

Install

npm i fire-nav

Weekly Downloads

1

Version

0.0.3

License

ISC

Unpacked Size

4.41 kB

Total Files

5

Last publish

Collaborators

  • jzoom