react-native-infinite-scrolling
Version:
A react native package for infinite scrolling of list
31 lines (30 loc) • 817 B
JSON
{
"name": "react-native-infinite-scrolling",
"version": "2.0.0",
"description": "A react native package for infinite scrolling of list ",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kuldeepsingh93/react-native-infinite-scrolling.git"
},
"keywords": [
"React",
"react-native",
"infinite",
"scrolling",
"FlatList"
],
"author": "Kuldeep Singh",
"license": "ISC",
"bugs": {
"url": "https://github.com/kuldeepsingh93/react-native-infinite-scrolling/issues"
},
"homepage": "https://github.com/kuldeepsingh93/react-native-infinite-scrolling#readme",
"devDependencies": {
"metro-react-native-babel-preset": "^0.58.0"
},
"dependencies": {}
}