1.1.15 • Published 7 years ago

react-web-router-flux v1.1.15

Weekly downloads
1
License
MIT
Repository
-
Last release
7 years ago

react-web-router-flux

一、简介

一个针对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 开源,使用代码只需说明来源,或者引用 license.txt 即可。

1.1.15

7 years ago

1.1.14

7 years ago

1.1.13

7 years ago

1.0.13

7 years ago

1.0.12

7 years ago

1.0.11

7 years ago

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago