forked from i6mi6/react-native-parallax-scroll-view
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 632 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 632 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "react-native-parallax-scroll-view",
"version": "0.20.2",
"description": "A ScrollView-like component with parallax and sticky header support",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "https://github.com/jaysoo/react-native-parallax-scroll-view"
},
"files": [
"src",
"demo.ios.gif",
"demo.android.20160117.gif",
"README.md",
"LICENSE"
],
"keywords": [
"react-native",
"react",
"parallax",
"scrollable",
"scrollview",
"sticky",
"react-component",
"ios",
"android"
],
"author": "Jack Hsu",
"license": "ISC",
"dependencies": {
"prop-types": "^15.6.0"
}
}