-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 877 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 877 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
{
"name": "react-native-refreshable-scroll-view",
"version": "0.1.1",
"description": "A ScrollView that supports pull-to-refresh. You can customize it with the RefreshIndicator and type of ScrollView (ex: ListView) of your choice.",
"main": "RefreshableScrollView.js",
"repository": {
"type": "git",
"url": "git+https://github.com/exponentjs/react-native-refreshable-scroll-view.git"
},
"keywords": [
"react-native",
"refresh",
"scroll-view"
],
"author": "James Ide",
"license": "MIT",
"bugs": {
"url": "https://github.com/exponentjs/react-native-refreshable-scroll-view/issues"
},
"homepage": "https://github.com/exponentjs/react-native-refreshable-scroll-view#readme",
"dependencies": {
"react-clone-referenced-element": "^1.0.1",
"react-native-scrollable-mixin": "^1.0.1",
"react-timer-mixin": "^0.13.3"
}
}