{"id":4145,"url":"https://github.com/dancormier/react-native-listitem","last_synced_at":"2025-08-04T00:32:15.865Z","repository":{"id":33528504,"uuid":"37174577","full_name":"dancormier/react-native-listitem","owner":"dancormier","description":"iOS-style listitem component for React Native","archived":false,"fork":false,"pushed_at":"2018-02-06T16:45:33.000Z","size":35,"stargazers_count":90,"open_issues_count":4,"forks_count":9,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-03T01:50:00.535Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Objective-C","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/dancormier.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}},"created_at":"2015-06-10T04:04:57.000Z","updated_at":"2023-03-09T02:14:38.000Z","dependencies_parsed_at":"2022-09-14T18:51:11.583Z","dependency_job_id":null,"html_url":"https://github.com/dancormier/react-native-listitem","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dancormier/react-native-listitem","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dancormier%2Freact-native-listitem","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dancormier%2Freact-native-listitem/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dancormier%2Freact-native-listitem/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dancormier%2Freact-native-listitem/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dancormier","download_url":"https://codeload.github.com/dancormier/react-native-listitem/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dancormier%2Freact-native-listitem/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268633989,"owners_count":24281883,"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","status":"online","status_checked_at":"2025-08-03T02:00:12.545Z","response_time":2577,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-01-05T20:17:02.481Z","updated_at":"2025-08-04T00:32:15.522Z","avatar_url":"https://github.com/dancormier.png","language":"Objective-C","funding_links":[],"categories":["Components","Others"],"sub_categories":["UI"],"readme":"# This is crusty as hell\ndon't use it.\n\n# react-native-listitem\nreact-native-listitem acts as a quick default for iOS-native styling of a listitem\n\n![listitem preview](http://i.imgur.com/x3Hlfbe.png)\n\n## Installation\n```\nnpm install --save react-native-listitem\n```\n\n## Usage example\n\nnote: see [example/index.ios.js](https://github.com/dancormier/react-native-listitem/blob/master/example/index.ios.js) for more detailed example\n\n```\nvar Listitem = require('react-native-listitem')\n\n// Listitem component\n\u003cListitem\n  text=\"Hello\"\n  onPress={ function(){console.log('pressed')} } /\u003e\n\n```\n\n## Props\n\nProp            | Type   | Optional | Default   | Description\n--------------- | ------ | -------- | --------- | -----------\ntext            | string | Yes      | null      | text displayed in listitem\nchildren        | string | Yes      | null      | pass custom component as child\nbackgroundColor | string | Yes      | '#ffffff' | \nindent          | int    | Yes      | 15        | paddingLeft for listitem contents\nonPress         | func   | Yes      | null      | function executed onPress\nstyle           | string | Yes      |           | custom style for listitem\nstyleText       | string | Yes      |           | custom style for listitem text\n\n## To Do\n\n[https://github.com/dancormier/react-native-listitem/issues](https://github.com/dancormier/react-native-listitem/issues)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdancormier%2Freact-native-listitem","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdancormier%2Freact-native-listitem","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdancormier%2Freact-native-listitem/lists"}