UNPKG

@idiosync/horizontal-flatlist

Version:

Provides the ability to specify number of rows to a horizontal React Native FlatList

47 lines (46 loc) 1.04 kB
{ "name": "@idiosync/horizontal-flatlist", "version": "1.0.18", "description": "Provides the ability to specify number of rows to a horizontal React Native FlatList", "main": "dist/index.js", "types": "dist/index.d.ts", "author": "James Trickey", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/trickeyd/horizontal-flatlist.git" }, "keywords": [ "react", "react-native", "reactnative", "native", "React Natve", "FlatList", "horizontal", "flatlist", "rows", "android", "ios", "scrollview" ], "scripts": { "prepare": "yarn build", "build": "tsc --declaration" }, "peerDependencies": { "react": ">=16", "react-native": "*" }, "dependencies": { "@idiosync/horizontal-flatlist": "^1.0.6", "lodash.chunk": "^4.2.0" }, "devDependencies": { "@types/lodash.chunk": "^4.2.7", "@types/react": ">16", "@types/react-native": ">0.50.0", "prettier": "^2.7.1", "typescript": "^4.4.4" } }