mirror of
https://github.com/zhigang1992/react-native-super-grid.git
synced 2026-01-12 22:50:58 +08:00
Some testing needed, but I essentially just removed the hroizontal option from the code, replaced the FlatList witht he SectionList and added the renderSectionHeader prop.
41 lines
921 B
JSON
41 lines
921 B
JSON
{
|
|
"name": "react-native-super-grid",
|
|
"version": "2.2.0",
|
|
"description": "Responsive Grid View for React Native",
|
|
"main": "index.js",
|
|
"types": "index.d.ts",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/saleel97/react-native-super-grid.git"
|
|
},
|
|
"peerDependencies": {
|
|
"react-native": ">=0.49.0"
|
|
},
|
|
"homepage": "https://github.com/saleel97/react-native-super-grid",
|
|
"keywords": [
|
|
"react",
|
|
"native",
|
|
"responsive",
|
|
"super",
|
|
"grid",
|
|
"view",
|
|
"flatlist",
|
|
"listview"
|
|
],
|
|
"author": "saleel",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"eslint": "^3.19.0",
|
|
"eslint-config-airbnb": "^14.1.0",
|
|
"eslint-plugin-import": "^2.2.0",
|
|
"eslint-plugin-jsx-a11y": "^4.0.0",
|
|
"eslint-plugin-react": "^6.10.3"
|
|
},
|
|
"dependencies": {
|
|
"prop-types": "^15.6.0"
|
|
}
|
|
}
|