File tree Expand file tree Collapse file tree 4 files changed +8
-6
lines changed
app/components/common/navigator Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -32,3 +32,5 @@ local.properties
3232#
3333node_modules /
3434npm-debug.log
35+
36+ rn-viewpager- *
Original file line number Diff line number Diff line change 11demo /
22imgs /
3- pub2demo.sh
3+ pub2demo.sh
4+ .npmignore
5+ .gitignore
Original file line number Diff line number Diff line change @@ -212,6 +212,4 @@ export default class ExRouteRenderer {
212212function shortenTitle ( title ) {
213213 if ( title . length > 18 ) return title . substr ( 0 , 18 ) + '…' ;
214214 else return title ;
215- }
216-
217- export default ExRouteRenderer ;
215+ }
Original file line number Diff line number Diff line change 66 "start" : " node node_modules/react-native/local-cli/cli.js start"
77 },
88 "dependencies" : {
9- "react" : " 15.2 .1" ,
10- "react-native" : " 0.29.2 " ,
9+ "react" : " ^ 15.4 .1" ,
10+ "react-native" : " ^0.39.0 " ,
1111 "rn-viewpager" : " ^1.1.3"
1212 }
1313}
You can’t perform that action at this time.
0 commit comments