{"id":21091402,"url":"https://github.com/tomheaton/react-native-styled-list","last_synced_at":"2026-05-20T06:32:13.376Z","repository":{"id":56855822,"uuid":"525118525","full_name":"tomheaton/react-native-styled-list","owner":"tomheaton","description":"a styled list for react native","archived":false,"fork":false,"pushed_at":"2024-01-27T10:02:35.000Z","size":1332,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-10T11:37:51.620Z","etag":null,"topics":["react-native","typescript"],"latest_commit_sha":null,"homepage":"https://npmjs.com/package/react-native-styled-list","language":"TypeScript","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/tomheaton.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2022-08-15T19:48:18.000Z","updated_at":"2024-03-04T16:19:08.000Z","dependencies_parsed_at":"2024-10-22T20:53:25.402Z","dependency_job_id":null,"html_url":"https://github.com/tomheaton/react-native-styled-list","commit_stats":{"total_commits":24,"total_committers":1,"mean_commits":24.0,"dds":0.0,"last_synced_commit":"f7bb63a710e634773e6dbfa61b41c803e424f754"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomheaton%2Freact-native-styled-list","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomheaton%2Freact-native-styled-list/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomheaton%2Freact-native-styled-list/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomheaton%2Freact-native-styled-list/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tomheaton","download_url":"https://codeload.github.com/tomheaton/react-native-styled-list/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243533083,"owners_count":20306262,"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","typescript"],"created_at":"2024-11-19T21:45:40.979Z","updated_at":"2026-05-20T06:32:13.333Z","avatar_url":"https://github.com/tomheaton.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# react-native-styled-list\n\nreact native styled list\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"./preview.png\" width=\"200\"\u003e\n\u003c/p\u003e\n\n## Installation\n\n```sh\n# npm\nnpm install react-native-styled-list\n\n# yarn\nyarn add react-native-styled-list\n```\n\n## Usage\n\n### `BulletedList`\n\n```jsx\nimport React from \"react\";\nimport { View, Text } from \"react-native\";\nimport { BulletedList } from \"react-native-styled-list\";\n\nexport default function App() {\n  return (\n    \u003cView\u003e\n      \u003cBulletedList\u003e\n        \u003cText\u003eapple\u003c/Text\u003e\n        \u003cText\u003ebanana\u003c/Text\u003e\n        \u003cText\u003eorange\u003c/Text\u003e\n      \u003c/BulletedList\u003e\n    \u003c/View\u003e\n  );\n}\n```\n\n### `NumberedList`\n\n```jsx\nimport React from \"react\";\nimport { View, Text } from \"react-native\";\nimport { NumberedList } from \"react-native-styled-list\";\n\nexport default function App() {\n  return (\n    \u003cView\u003e\n      \u003cNumberedList\u003e\n        \u003cText\u003eapple\u003c/Text\u003e\n        \u003cText\u003ebanana\u003c/Text\u003e\n        \u003cText\u003eorange\u003c/Text\u003e\n      \u003c/NumberedList\u003e\n    \u003c/View\u003e\n  );\n}\n```\n\n## Contributing\n\nSee the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.\n\n## License\n\nMIT\n\n---\n\nMade with [create-react-native-library](https://github.com/callstack/react-native-builder-bob)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomheaton%2Freact-native-styled-list","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftomheaton%2Freact-native-styled-list","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomheaton%2Freact-native-styled-list/lists"}