UNPKG

react-native-datatable-component

Version:

A React Native datatable component for dynamically perform actions like display, sorting, select, custom design, delete & touch events.

41 lines (40 loc) 1.11 kB
{ "name": "react-native-datatable-component", "version": "2.1.14", "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": "git+https://github.com/MuhammadRafeh/react-native-datatable-component.git" }, "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": "Muhammad Rafeh <muhammadrafehatique@outlook.com>", "license": "Apache-2.0", "bugs": { "url": "https://github.com/MuhammadRafeh/react-native-datatable-component/issues" }, "peerDependencies": { "react": "17.0.1", "react-native": "0.64.2" }, "homepage": "https://github.com/MuhammadRafeh/react-native-datatable-component#readme" }