forked from simonhoss/react-native-touch-through-view
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 889 Bytes
/
package.json
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
{
"name": "react-native-touch-through-view",
"version": "1.2.0-beta.0",
"description": "React Native Touch Through View is a simple component library that allows for scroll views and table views to scroll over interactable content without poor performing size and bounds animations.",
"repository": {
"type": "git",
"url": "https://github.com/simonhoss/react-native-touch-through-view.git"
},
"peerDependencies": {
"prop-types": "^15.5.10",
"react": ">=15.4.0",
"react-native": ">=0.47"
},
"keywords": [
"react-native",
"scrollview",
"pointer-events",
"component"
],
"author": "Marton Bodonyi",
"maintainers": [
"Simon Hoss"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/simonhoss/react-native-touch-through-view/issues"
},
"homepage": "https://github.com/simonhoss/react-native-touch-through-view"
}