react-native-infinite-scroll-view
Version:
An infinitely scrolling view that notifies you as the scroll offset approaches the bottom
36 lines (35 loc) • 965 B
JSON
{
"name": "react-native-infinite-scroll-view",
"version": "0.4.5",
"description": "An infinitely scrolling view that notifies you as the scroll offset approaches the bottom",
"main": "InfiniteScrollView.js",
"scripts": {
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/expo/react-native-infinite-scroll-view.git"
},
"keywords": [
"react-native",
"infinite",
"pagination",
"scroll-view"
],
"author": "Expo",
"license": "MIT",
"bugs": {
"url": "https://github.com/expo/react-native-infinite-scroll-view/issues"
},
"homepage": "https://github.com/expo/react-native-infinite-scroll-view#readme",
"dependencies": {
"prop-types": "^15.6.2",
"react-clone-referenced-element": "^1.0.1",
"react-native-scrollable-mixin": "^1.0.0"
},
"devDependencies": {
"eslint": "^5.4.0",
"eslint-config-universe": "^2.0.0-alpha.0",
"prettier": "^1.14.2"
}
}