react-native-flatlist-paginator
Version:
React Native Hook For paginating FlatLists
56 lines (55 loc) • 1.32 kB
JSON
{
"name": "react-native-flatlist-paginator",
"version": "1.0.8",
"description": "React Native Hook For paginating FlatLists",
"main": "src/index",
"types": "src/types.tsx",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"devDependencies": {
"@types/react": "^16.9.19",
"@types/react-native": "0.62.13",
"react": "16.13.1",
"react-native": "0.63.4",
"typescript": "^4.1.3",
"react-native-builder-bob": "^0.18.0"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/nonerds/packages/react-native-flatlist-paginator.git"
},
"keywords": [
"Flatlist",
"Pagination",
"React",
"Native"
],
"author": "Patricio Alvarez",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/nonerds/packages/react-native-flatlist-paginator/issues"
},
"homepage": "https://gitlab.com/nonerds/packages/react-native-flatlist-paginator#readme",
"react-native-builder-bob": {
"source": "src",
"output": "lib",
"targets": [
"commonjs",
"module",
[
"typescript",
{
"project": "tsconfig.build.json"
}
]
]
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
}