{"id":16811296,"url":"https://github.com/gorhom/showcase-template","last_synced_at":"2025-10-25T11:46:13.313Z","repository":{"id":55657629,"uuid":"252790209","full_name":"gorhom/showcase-template","owner":"gorhom","description":"A React Native template that helps developers to showcase their amazing libraries examples.","archived":false,"fork":false,"pushed_at":"2023-09-15T16:33:26.000Z","size":1050,"stargazers_count":97,"open_issues_count":0,"forks_count":8,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-15T14:05:11.378Z","etag":null,"topics":["react-native","showcase","showcase-template"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":false,"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/gorhom.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","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},"funding":{"github":"gorhom"}},"created_at":"2020-04-03T16:56:03.000Z","updated_at":"2024-11-15T17:41:04.000Z","dependencies_parsed_at":"2024-06-19T00:26:29.452Z","dependency_job_id":"e492ad1e-afae-4ddd-a4c5-c1dfa2a277eb","html_url":"https://github.com/gorhom/showcase-template","commit_stats":{"total_commits":53,"total_committers":2,"mean_commits":26.5,"dds":"0.28301886792452835","last_synced_commit":"b25e65250c991957a58b80915d6a6a9ee7d5725f"},"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gorhom%2Fshowcase-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gorhom%2Fshowcase-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gorhom%2Fshowcase-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gorhom%2Fshowcase-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gorhom","download_url":"https://codeload.github.com/gorhom/showcase-template/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253675047,"owners_count":21945887,"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","showcase","showcase-template"],"created_at":"2024-10-13T10:18:20.833Z","updated_at":"2025-10-25T11:46:08.294Z","avatar_url":"https://github.com/gorhom.png","language":"TypeScript","funding_links":["https://github.com/sponsors/gorhom"],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\u003ch1\u003eShowcase Template\u003c/h1\u003e\n\n[![npm](https://badgen.net/npm/v/@gorhom/showcase-template)](https://www.npmjs.com/package/@gorhom/showcase-template) [![npm](https://badgen.net/npm/license/@gorhom/showcase-template)](https://www.npmjs.com/package/@gorhom/showcase-template) [![npm](https://badgen.net/npm/types/@gorhom/showcase-template)](https://www.npmjs.com/package/@gorhom/showcase-template) [![runs with expo](https://img.shields.io/badge/Runs%20with%20Expo-4630EB.svg?style=flat-square\u0026logo=EXPO\u0026labelColor=f3f3f3\u0026logoColor=000)](https://expo.io/)\n\n\u003cimg src=\"./preview.png\"\u003e\n\nA React Native template that helps developers to showcase their amazing libraries examples.\n\n\u003c/div\u003e\n\n---\n\n## Installation\n\n```sh\nyarn add @gorhom/showcase-template\n# or\nnpm install @gorhom/showcase-template\n```\n\n## Usage\n\n```jsx\nimport React from 'react';\nimport { Alert } from 'react-native';\nimport Showcase from '@gorhom/showcase-template';\n\nconst DemoScreen = () =\u003e (\n  \u003cView\u003e\n    \u003cShowcaseLabel\u003eDemo Screen\u003c/ShowcaseLabel\u003e\n  \u003c/View\u003e\n);\n\nconst data = [\n  {\n    title: 'Group 1',\n    data: [\n      {\n        name: 'Default',\n        slug: 'default',\n        getScreen: () =\u003e DemoScreen,\n      },\n      {\n        name: 'Example A',\n        slug: 'example-a',\n        getScreen: () =\u003e DemoScreen,\n      },\n      {\n        name: 'Example B',\n        slug: 'example-b',\n        getScreen: () =\u003e DemoScreen,\n      },\n    ],\n  },\n  {\n    title: 'Group 2',\n    data: [\n      {\n        name: 'Example C',\n        slug: 'example-c',\n        getScreen: () =\u003e DemoScreen,\n      },\n      {\n        name: 'Example D',\n        slug: 'example-d',\n        getScreen: () =\u003e DemoScreen,\n      },\n    ],\n  },\n];\n\nexport default function App() {\n  return (\n    \u003cShowcase\n      version=\"0.0.0\"\n      name=\"Awesome Library\"\n      description=\"It can do anything 🤯\"\n      author={{\n        username: '@gorhom',\n        url: 'https://twitter.com/gorhom',\n      }}\n      data={data}\n    /\u003e\n  );\n}\n```\n## Sponsor \u0026 Support\n\nTo keep this library maintained and up-to-date please consider [sponsoring it on GitHub](https://github.com/sponsors/gorhom). Or if you are looking for a private support or help in customizing the experience, then reach out to me on Twitter [@gorhom](https://twitter.com/gorhom).\n\n## License\n\n[MIT](./LICENSE)\n\n---\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://gorhom.dev/#gh-light-mode-only\" target=\"_blank\"\u003e\n    \u003cimg height=\"18\" alt=\"Mo Gorhom\" src=\"./mogorhom-light.png\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://gorhom.dev/#gh-dark-mode-only\" target=\"_blank\"\u003e\n    \u003cimg height=\"18\" alt=\"Mo Gorhom\" src=\"./mogorhom-dark.png\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgorhom%2Fshowcase-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgorhom%2Fshowcase-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgorhom%2Fshowcase-template/lists"}