We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 137fd8b commit fc9a98aCopy full SHA for fc9a98a
example/index.android.js
@@ -21,9 +21,10 @@ import {
21
CoordinatorLayout,
22
CollapsingToolbarLayout,
23
CollapsingParallax,
24
- NestedScrollView,
25
} from 'react-native-collapsing-toolbar'
26
+import NestedScrollView from 'react-native-nested-scroll-view'
27
+
28
const data = Array(20).fill().map((_, index) => ({key: index}))
29
30
const HEADER_HEIGHT = 250
example/package.json
@@ -8,8 +8,9 @@
8
"test": "jest"
9
},
10
"dependencies": {
11
- "react": "16.0.0-alpha.12",
12
- "react-native": "0.48.4",
+ "react": "16.0.0",
+ "react-native": "0.49.3",
13
+ "react-native-nested-scroll-view": "5.0.1",
14
"react-native-collapsing-toolbar": "file:../",
15
"react-native-vector-icons": "^4.3.0"
16
0 commit comments