Skip to content

Commit fc9a98a

Browse files
Updated example dependencies
1 parent 137fd8b commit fc9a98a

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

example/index.android.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,10 @@ import {
2121
CoordinatorLayout,
2222
CollapsingToolbarLayout,
2323
CollapsingParallax,
24-
NestedScrollView,
2524
} from 'react-native-collapsing-toolbar'
2625

26+
import NestedScrollView from 'react-native-nested-scroll-view'
27+
2728
const data = Array(20).fill().map((_, index) => ({key: index}))
2829

2930
const HEADER_HEIGHT = 250

example/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@
88
"test": "jest"
99
},
1010
"dependencies": {
11-
"react": "16.0.0-alpha.12",
12-
"react-native": "0.48.4",
11+
"react": "16.0.0",
12+
"react-native": "0.49.3",
13+
"react-native-nested-scroll-view": "5.0.1",
1314
"react-native-collapsing-toolbar": "file:../",
1415
"react-native-vector-icons": "^4.3.0"
1516
},

0 commit comments

Comments
 (0)