react-native-infinite-looping-scroll
Version:
A react native component that lets you scroll infinitely in both directions by repeating the same items.
38 lines (37 loc) • 1 kB
JSON
{
"name": "react-native-infinite-looping-scroll",
"version": "0.0.4",
"description": "A react native component that lets you scroll infinitely in both directions by repeating the same items.",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-native",
"infinite",
"scroll",
"looping"
],
"bugs": {
"url": "https://github.com/prateek3255/react-native-infinite-looping-scroll/issues"
},
"dependencies": {
"prop-types": "15.5.10"
},
"peerDependencies": {
"react": "^16.0.0-beta.5",
"react-native": "^0.49.1"
},
"devDependencies": {
"babel-jest": "22.4.4",
"babel-preset-react-native": "4.0.0",
"jest": "22.4.4",
"react-test-renderer": "16.3.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/prateek3255/react-native-infinite-looping-scroll.git"
},
"author": "Prateek Surana <prateeksurana3255@gmail.com>",
"license": "MIT"
}