UNPKG

react-native-dynamic-table-component

Version:

A customizable and dynamic table component for React Native that supports flexible layouts, dynamic column rendering, and user interactions such as sorting and filter.

47 lines (46 loc) 1.35 kB
{ "name": "react-native-dynamic-table-component", "version": "0.0.3", "description": "A customizable and dynamic table component for React Native that supports flexible layouts, dynamic column rendering, and user interactions such as sorting and filter.", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "rollup": "rollup -c --bundleConfigAsCjs" }, "keywords": [ "react-native", "react-native-table", "react-native-table-component", "dynamic-table", "react-native-dynamic-table", "responsive-table", "data-table", "customizable-table", "table-component", "react-native-ui", "react-native-component", "interactive-table", "scrollable-table", "table-layout", "mobile-table" ], "author": "Sheik Mydeen", "license": "MIT", "devDependencies": { "@rollup/plugin-commonjs": "^28.0.3", "@rollup/plugin-node-resolve": "^16.0.1", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^12.1.2", "react": "^19.1.0", "react-native": "^0.79.2", "rollup-plugin-dts": "^6.2.1", "rollup-plugin-peer-deps-external": "^2.2.4", "tslib": "^2.8.1", "typescript": "^5.8.3" }, "dependencies": { "rollup": "^4.40.1" } }