react-native-datatable-component-v2
Version:
A React Native datatable component for dynamically perform actions like display, sorting, select, custom design, delete & touch events.
41 lines (40 loc) • 1.09 kB
JSON
{
"name": "react-native-datatable-component-v2",
"version": "1.1.2",
"description": "A React Native datatable component for dynamically perform actions like display, sorting, select, custom design, delete & touch events.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/sagintel/react-native-datatable-component-v2"
},
"keywords": [
"react-native-datatable",
"react native datatable",
"native datatable",
"datatable",
"table",
"react-native-table",
"react native table"
],
"files": [
"assets",
"functions",
"src",
"index.js",
"LICENSE",
"README.md"
],
"author": "Sagintel <lodbujana75@gmail.com>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/sagintel/react-native-datatable-component-v2/issues"
},
"peerDependencies": {
"react": "17.0.1",
"react-native": "0.64.2"
},
"homepage": "https://github.com/sagintel/react-native-datatable-component-v2#readme"
}