{"id":20021338,"url":"https://github.com/piotrpdev/expo-license-list","last_synced_at":"2025-09-20T04:32:13.572Z","repository":{"id":52176646,"uuid":"341334937","full_name":"piotrpdev/expo-license-list","owner":"piotrpdev","description":"A group of react native paper components used to show what licenses your expo app is using","archived":true,"fork":false,"pushed_at":"2021-05-06T18:39:29.000Z","size":2844,"stargazers_count":3,"open_issues_count":5,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-01T16:44:39.331Z","etag":null,"topics":["dependencies","expo","license","licenses","list","react","react-native","react-native-paper","typescript"],"latest_commit_sha":null,"homepage":"","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/piotrpdev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-02-22T20:56:14.000Z","updated_at":"2025-01-04T19:31:31.000Z","dependencies_parsed_at":"2022-08-24T04:00:38.887Z","dependency_job_id":null,"html_url":"https://github.com/piotrpdev/expo-license-list","commit_stats":null,"previous_names":["razermoon/expo-license-list"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/piotrpdev/expo-license-list","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piotrpdev%2Fexpo-license-list","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piotrpdev%2Fexpo-license-list/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piotrpdev%2Fexpo-license-list/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piotrpdev%2Fexpo-license-list/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/piotrpdev","download_url":"https://codeload.github.com/piotrpdev/expo-license-list/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piotrpdev%2Fexpo-license-list/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276046891,"owners_count":25575876,"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-09-20T02:00:10.207Z","response_time":63,"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":["dependencies","expo","license","licenses","list","react","react-native","react-native-paper","typescript"],"created_at":"2024-11-13T08:36:30.630Z","updated_at":"2025-09-20T04:32:13.305Z","avatar_url":"https://github.com/piotrpdev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# expo-license-list [![](https://img.shields.io/npm/v/expo-license-list.svg)](https://www.npmjs.com/package/expo-license-list)\n\n\u003cimg width=\"200\" src=\".github/example.jpg\"\u003e\n\nA group of components used to display the licenses your expo app is using\n\n[Snack](https://snack.expo.io/@razermoon/expo-licenses-list)\n\n## Usage\n\nInstall using npm or yarn:\n```\nnpm i expo-license-list\n```\n```\nyarn add expo-license-list\n```\n\nGenerate the license JSON data using the following script (you need [`npm-license-crawler`](https://www.npmjs.com/package/npm-license-crawler)):\n\n```bash\nnpm-license-crawler -onlyDirectDependencies -json ./assets/licenses.json\n```\n\nThen use like this:\n\n```js\nimport * as React from 'react';\n\nimport {\n  LicenseList,\n  getLicensesFromJSON,\n  LicenseListItem,\n} from 'expo-license-list';\n\nimport { openBrowserAsync } from \"expo-web-browser\";\n\nimport licenses from './assets/licenses.json';\n\nexport default function App() {\n  return (\n    \u003cLicenseList\n      data={getLicensesFromJSON(licenses)}\n      renderItem={({ item }) =\u003e (\n        \u003cLicenseListItem onPress={(url) =\u003e openBrowserAsync(url)} {...item} /\u003e\n      )}\n    /\u003e\n  );\n}\n\n```\n\nSee the [documentation](https://razermoon.github.io/expo-license-list/) for more technical info.\n\n## ToDo\n\n- [ ] Add tests.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpiotrpdev%2Fexpo-license-list","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpiotrpdev%2Fexpo-license-list","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpiotrpdev%2Fexpo-license-list/lists"}