Skip to content

Commit 2b395c7

Browse files
committed
updates examples to RN 0.21.0
1 parent d19917c commit 2b395c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/ListView/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"start": "react-native start"
77
},
88
"dependencies": {
9-
"react-native": "0.20.0",
9+
"react-native": "0.21.0",
1010
"react-native-parallax-scroll-view": "../../"
1111
}
1212
}

examples/NestedViews/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"start": "react-native start"
77
},
88
"dependencies": {
9-
"react-native": "0.20.0",
9+
"react-native": "0.21.0",
1010
"react-native-parallax-scroll-view": "../../"
1111
}
1212
}

0 commit comments

Comments
 (0)