react-web-router-flux
Version:
adapter react native-router-flux for web
27 lines (16 loc) • 785 B
Markdown
一个针对react-native react-native-router-flux路由风格
定制react-native for web 版本的路由管理工具
npm install react-web-router-flux --save
import {Actions,Sence} from "react-native-router-flux"
const routers =Actions.create({
<Scene key="home" path="/" >
<IndexRoute component={Login} />
<Scene key="login" path="login" component={Login} />
</Scene>
})
基于 [MIT License](http://zh.wikipedia.org/wiki/MIT_License) 开源,使用代码只需说明来源,或者引用 [license.txt](https://github.com/sofish/typo.css/blob/master/license.txt) 即可。