{"id":26686015,"url":"https://github.com/heysem-useinsider/react-native-js-tableview","last_synced_at":"2025-04-12T16:43:24.003Z","repository":{"id":32873236,"uuid":"144719004","full_name":"heysem-useinsider/react-native-js-tableview","owner":"heysem-useinsider","description":"A JavaScript implementation for TableView that looks great on both iOS and Android.","archived":false,"fork":false,"pushed_at":"2024-11-25T16:21:42.000Z","size":2098,"stargazers_count":39,"open_issues_count":5,"forks_count":8,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-02T11:51:35.983Z","etag":null,"topics":["react-native","tableview","uitableview"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/heysem-useinsider.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-08-14T12:45:05.000Z","updated_at":"2025-02-04T13:17:46.000Z","dependencies_parsed_at":"2024-06-21T17:53:51.392Z","dependency_job_id":"74329d02-f8a5-4ed9-8496-5270bd108122","html_url":"https://github.com/heysem-useinsider/react-native-js-tableview","commit_stats":{"total_commits":132,"total_committers":5,"mean_commits":26.4,"dds":"0.037878787878787845","last_synced_commit":"cae347b3a26e0d4d8bd3703534e72a6cd1079f99"},"previous_names":[],"tags_count":38,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heysem-useinsider%2Freact-native-js-tableview","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heysem-useinsider%2Freact-native-js-tableview/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heysem-useinsider%2Freact-native-js-tableview/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heysem-useinsider%2Freact-native-js-tableview/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/heysem-useinsider","download_url":"https://codeload.github.com/heysem-useinsider/react-native-js-tableview/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248599547,"owners_count":21131309,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["react-native","tableview","uitableview"],"created_at":"2025-03-26T11:05:16.372Z","updated_at":"2025-04-12T16:43:23.983Z","avatar_url":"https://github.com/heysem-useinsider.png","language":"JavaScript","readme":"# react-native-js-tableview\n\u003e A JavaScript implementation for TableView that looks great on both iOS and Android.\n\n[![Latest Stable Version](https://img.shields.io/npm/v/react-native-js-tableview.svg)](https://www.npmjs.com/package/react-native-js-tableview)\n[![NPM Downloads](https://img.shields.io/npm/dm/react-native-js-tableview.svg)](https://www.npmjs.com/package/react-native-js-tableview)\n[![GitHub issues](https://img.shields.io/github/issues-raw/mohakapt/react-native-js-tableview.svg)](https://github.com/mohakapt/react-native-js-tableview/issues)\n[![License](https://img.shields.io/github/license/mohakapt/react-native-js-tableview.svg)](https://github.com/mohakapt/react-native-js-tableview)\n\n_\"Who wants native components. You spend hours linking 'em, they make your app crash, and they don't work with expo, Yuck!\"_ - **Steve Jobs** 😄\n\u003cbr/\u003e\u003cbr/\u003e\n\n![react-native-js-tableview iOS Screenshot](https://raw.githubusercontent.com/mohakapt/react-native-js-tableview/master/images/screenshot_ios.gif)\n![react-native-js-tableview Android Screenshot](https://raw.githubusercontent.com/mohakapt/react-native-js-tableview/master/images/screenshot_android.gif)\n\n\n### Installation\n```\nnpm i react-native-js-tableview\n```\nOr (If you're using yarn):\n\n```\nyarn add react-native-js-tableview\n```\n\n\n### Component API\n\n* [`\u003cTable /\u003e` Component API](docs/table.md)\n* [`\u003cSection /\u003e` Component API](docs/section.md)\n* [`\u003cCell /\u003e` Component API](docs/cell.md)\n* * [`\u003cAccessoryCell /\u003e` Component API](docs/accessorycell.md)\n* * * [`\u003cIconCell /\u003e` Component API](docs/iconcell.md)\n* * * * [`\u003cStaticCell /\u003e` Component API](docs/staticcell.md)\n* * * * * [`\u003cBioCell /\u003e` Component API](docs/biocell.md)\n* * * * [`\u003cKeyValueCell /\u003e` Component API](docs/keyvaluecell.md)\n* * * * [`\u003cSwitchCell /\u003e` Component API](docs/switchcell.md)\n* * * [`\u003cTouchableCell /\u003e` Component API](docs/touchablecell.md)\n\n\n### General Usage\n\n```js\nimport Table from 'react-native-js-table';\n```\nor\n\n```js\nconst Table = require('react-native-js-table');\n```\n\nThis Table component is built so that features in the table (such as Sections, Cells, etc.) are\nspecified as children of the Table itself. This provides an intuitive and react-like API for\ncontrolling the features of the table.\n\n\n### Usage\n\nYou can check the example in the source code for more detailed information.\u003cbr/\u003eFor the complete list of available props there are flow annotations and ViewProps for every component. (I will try to provide TypeScript types very soon.)\n\n```js\nimport Table, { Section, BioCell, StaticCell, TouchableCell } from 'react-native-js-tableview';\n\nconst App = () =\u003e (\n  \u003cTable style={styles.container} accentColor='#4DB6AC' scrollable={true}\u003e\n    \u003cSection header='GENERAL' footer='Lorem ipsum dolor sit amet, consectetur adipiscing elit.'\u003e\n      \u003cBioCell title='Adam Smith' subtitle='Scottish economist, philosopher, and author.' /\u003e\n      \u003cStaticCell title='Profile' accessory='disclosure' onPress={() =\u003e {}} /\u003e\n      \u003cStaticCell title='Books' accessory='disclosure' onPress={() =\u003e {}} /\u003e\n      \u003cStaticCell title='Projects' accessory='disclosure' onPress={() =\u003e {}} /\u003e\n    \u003c/Section\u003e\n\n    \u003cSection\u003e\n      \u003cTouchableCell title='Sign out' onPress={() =\u003e {}} /\u003e\n    \u003c/Section\u003e\n  \u003c/Table\u003e\n);\n```\n\n\n## Contributing\nIf you encounter a bug, or you have a feature in mind please make a pull request, and I will merge it as soon as possible, if you can't (for some reason) make a pull request please open an issue, and I will happily do respond to it.\n\n\n## Versioning\nI use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/mohakapt/react-native-js-tableview/tags).\u003cbr/\u003e\nI will try to provide release notes with every release.\n\n\n## License\nThis project is licensed under the MIT License - see the [LICENSE.md](https://github.com/mohakapt/react-native-js-tableview/blob/master/LICENSE) file for details\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheysem-useinsider%2Freact-native-js-tableview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fheysem-useinsider%2Freact-native-js-tableview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheysem-useinsider%2Freact-native-js-tableview/lists"}