File tree Expand file tree Collapse file tree 3 files changed +13
-22
lines changed Expand file tree Collapse file tree 3 files changed +13
-22
lines changed Original file line number Diff line number Diff line change 8
8
"android" : " ./node_modules/.bin/react-native run-android"
9
9
},
10
10
"dependencies" : {
11
- "react" : " ~ 15.3.0 " ,
12
- "react-native" : " 0.32 .0" ,
11
+ "react" : " 15.3.1-rc.2 " ,
12
+ "react-native" : " 0.33.0-rc .0" ,
13
13
"react-native-side-menu" : " ^0.20.0" ,
14
14
"react-router" : " 3.0.0-alpha.3" ,
15
15
"react-router-native" : " file:../../"
Original file line number Diff line number Diff line change 1
1
/* @flow */
2
2
3
3
/* components */
4
- import Router from './Router' ;
5
- import Link from './Link' ;
6
- import IndexLink from './IndexLink' ;
7
4
import Back from './Back' ;
5
+ import IndexLink from './IndexLink' ;
6
+ import Link from './Link' ;
8
7
import Pop from './Pop' ;
8
+ import Router from './Router' ;
9
9
10
10
/* components (configuration) */
11
11
import IndexRoute from './IndexRoute' ;
@@ -14,34 +14,25 @@ import StackRoute from './StackRoute';
14
14
import TabsRoute from './TabsRoute' ;
15
15
16
16
/* utils */
17
- import RouterContext from './RouterContext' ;
18
- import Reducer from './Reducer' ;
19
17
import { render } from './render' ;
18
+ import Reducer from './Reducer' ;
19
+ import RouterContext from './RouterContext' ;
20
20
21
21
/* histories */
22
22
import nativeHistory from './nativeHistory' ;
23
23
24
24
export {
25
- Link ,
26
- IndexLink ,
27
25
Back ,
26
+ IndexLink ,
27
+ Link ,
28
28
Pop ,
29
29
Router ,
30
- } ;
31
-
32
- export {
33
30
IndexRoute ,
34
31
Route ,
35
32
StackRoute ,
36
33
TabsRoute ,
37
- } ;
38
-
39
- export {
40
- RouterContext ,
41
34
Reducer ,
42
35
render ,
43
- } ;
44
-
45
- export {
36
+ RouterContext ,
46
37
nativeHistory ,
47
38
} ;
Original file line number Diff line number Diff line change 59
59
"url" : " https://github.com/jmurzy/react-router-native/issues"
60
60
},
61
61
"peerDependencies" : {
62
- "react-native" : " 0.32 .0" ,
62
+ "react-native" : " 0.33.0-rc .0" ,
63
63
"react-router" : " 3.0.0-alpha.3" ,
64
64
"history" : " 3.2.1"
65
65
},
84
84
"gulp" : " ^3.9.1" ,
85
85
"gulp-eslint" : " ^3.0.1" ,
86
86
"gulp-mocha" : " ^3.0.1" ,
87
- "react" : " ^ 15.3.0 " ,
88
- "react-native" : " 0.32 .0" ,
87
+ "react" : " 15.3.1-rc.2 " ,
88
+ "react-native" : " 0.33.0-rc .0" ,
89
89
"react-native-mock" : " ^0.2.5" ,
90
90
"react-router" : " 3.0.0-alpha.3" ,
91
91
"rimraf" : " ^2.5.2" ,
You can’t perform that action at this time.
0 commit comments