Skip to content

Commit c858651

Browse files
committed
update rn version
1 parent 6c866fe commit c858651

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,5 @@ local.properties
3232
#
3333
node_modules/
3434
npm-debug.log
35+
36+
rn-viewpager-*

.npmignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
demo/
22
imgs/
3-
pub2demo.sh
3+
pub2demo.sh
4+
.npmignore
5+
.gitignore

demo/app/components/common/navigator/XRouteRenderer.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,4 @@ export default class ExRouteRenderer {
212212
function shortenTitle(title) {
213213
if (title.length > 18) return title.substr(0, 18) + '…';
214214
else return title;
215-
}
216-
217-
export default ExRouteRenderer;
215+
}

demo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
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
}

0 commit comments

Comments
 (0)