react-native-scrollview-indicator
Version:
A ScrollView with custom scroll indicator for vertical scrolling. When active the indicator is always visible
28 lines (27 loc) • 662 B
JSON
{
"name": "react-native-scrollview-indicator",
"version": "1.0.5",
"description": "A ScrollView with custom scroll indicator for vertical scrolling. When active the indicator is always visible",
"private": false,
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/musicpro/react-native-scrollview-indicator.git"
},
"license": "MIT",
"author": {
"name": "Ruben"
},
"peerDependencies": {
"react": ">= 15.x",
"react-native": ">= 0.47.x"
},
"keywords": [
"react-native",
"scrollView",
"indicator"
]
}