{"id":4259,"url":"https://github.com/prscX/react-native-about-libraries","last_synced_at":"2025-08-04T00:32:45.078Z","repository":{"id":57335007,"uuid":"117112585","full_name":"prscX/react-native-about-libraries","owner":"prscX","description":"React Native: It offers information about install packages","archived":false,"fork":false,"pushed_at":"2018-08-21T07:04:20.000Z","size":367,"stargazers_count":31,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-03T01:23:26.547Z","etag":null,"topics":["android","ios","react-native"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/prscX.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":"2018-01-11T14:39:44.000Z","updated_at":"2023-06-10T05:59:30.000Z","dependencies_parsed_at":"2022-09-05T08:01:45.393Z","dependency_job_id":null,"html_url":"https://github.com/prscX/react-native-about-libraries","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/prscX/react-native-about-libraries","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prscX%2Freact-native-about-libraries","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prscX%2Freact-native-about-libraries/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prscX%2Freact-native-about-libraries/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prscX%2Freact-native-about-libraries/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/prscX","download_url":"https://codeload.github.com/prscX/react-native-about-libraries/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prscX%2Freact-native-about-libraries/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268634064,"owners_count":24281896,"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":["android","ios","react-native"],"created_at":"2024-01-05T20:17:06.110Z","updated_at":"2025-08-04T00:32:44.632Z","avatar_url":"https://github.com/prscX.png","language":"JavaScript","readme":"\u003ch1 align=\"center\"\u003e\n\n\u003cp align=\"center\"\u003e\u003cimg src=\"hero.png\" width=\"300\" height=\"600\" \u003e\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://www.npmjs.com/package/react-native-about-libraries\"\u003e\u003cimg src=\"http://img.shields.io/npm/v/react-native-about-libraries.svg?style=flat\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/prscX/react-native-about-libraries/pulls\"\u003e\u003cimg alt=\"PRs Welcome\" src=\"https://img.shields.io/badge/PRs-welcome-brightgreen.svg\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/prscX/react-native-about-libraries#License\"\u003e\u003cimg src=\"https://img.shields.io/npm/l/react-native-about-libraries.svg?style=flat\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\n    ReactNative: About Libraries (Android/iOS)\n\nIf this project has helped you out, please support us with a star 🌟\n\u003c/h1\u003e\n\nThe React Native About Libraries package is on a similar concept of [AboutLibraries](https://github.com/mikepenz/AboutLibraries). We would like to credit this library to all the [AboutLibraries](https://github.com/mikepenz/AboutLibraries) contributors\n\nThis package allows you to easily create an used open source libraries component within your app. As an extra feature you can also add an about this app section.\n\nHere's a quick overview of functionalities supported:\n\n* Listing of used open source libraries\n* Provision for adding app section (optional)\n* Autodetect installed packages\n* Auto Font Scaling\n* Much much more... try the sample for a quick overview.\n\n## 📖 Getting started\n\n`npm install react-native-about-libraries --save`\n\n## 💻 Usage\n\n```javascript\nimport { AboutLibraries } from 'react-native-about-libraries'\n\n\u003cAboutLibraries about={about} libraries={libraries} /\u003e\n\n\nlet about = {\n  avatar: Avatar,\n  name: 'React Native',\n  description: 'About Libraries Sample',\n  version: 'Version 0.0.1'\n}\n\nlet libraries = [\n  {\n    name: 'ReactJS',\n    description: `React is a JavaScript library for building user interfaces.`,\n    creator: 'Facebook',\n    license: 'MIT',\n    version: '16.0.0',\n    link: 'https://github.com/facebook/react'\n  },\n  {\n    name: 'React Native',\n    description: 'Facebook React Native',\n    creator: 'Facebook',\n    license: 'MIT',\n    version: '0.52.0',\n    link: 'https://github.com/facebook/react-native'\n  }\n]\n```\n\n## 💡 Props\n\n| Prop              | Type       | Default | Note                                                                                                       |\n| ----------------- | ---------- | ------- | ---------------------------------------------------------------------------------------------------------- |\n| `about`           | `JSON`     |         | You can pass app info in order to render the app header. It's props are avatar, name, description, version |\n| `libraries`       | `JSON`     |         | List of libraries you are using within your app                                                            |\n| `renderAbout`     | `Function` |         | You can provide your own custom about section renderer                                                     |\n| `renderLibraries` | `Function` |         | You can provide your own custom library section renderer                                                   |  |\n| `libraryStyle`    | `JSON`     |         | You can customize library renderer style by pass your custom styles                                        |  |\n| `aboutStyle`      | `JSON`     |         | You can customize about section renderer by providing about style                                          |\n\n## TODO\n\n* Autodetect installed packages\n* Auto Font Scaling\n\n\n## ✨ Credits\n\n\n## 🤔 How to contribute\nHave an idea? Found a bug? Please raise to [ISSUES](https://github.com/prscX/react-native-about-libraries/issues).\nContributions are welcome and are greatly appreciated! Every little bit helps, and credit will always be given.\n\n## 💫 Where is this library used?\nIf you are using this library in one of your projects, add it in this list below. ✨\n\n\n## 📜 License\nThis library is provided under the Apache License.\n\nRNAboutLibraries @ [prscX](https://github.com/prscX)\n\n## 💖 Support my projects\nI open-source almost everything I can, and I try to reply everyone needing help using these projects. Obviously, this takes time. You can integrate and use these projects in your applications for free! You can even change the source code and redistribute (even resell it).\n\nHowever, if you get some profit from this or just want to encourage me to continue creating stuff, there are few ways you can do it:\n* Starring and sharing the projects you like 🚀\n* If you're feeling especially charitable, please follow [prscX](https://github.com/prscX) on GitHub.\n\n  \u003ca href=\"https://www.buymeacoffee.com/prscX\" target=\"_blank\"\u003e\u003cimg src=\"https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png\" alt=\"Buy Me A Coffee\" style=\"height: auto !important;width: auto !important;\" \u003e\u003c/a\u003e\n\n  Thanks! ❤️\n  \u003cbr/\u003e\n  [prscX.github.io](https://prscx.github.io)\n  \u003cbr/\u003e\n  \u003c/ Pranav \u003e","funding_links":["https://www.buymeacoffee.com/prscX"],"categories":["Components","Others"],"sub_categories":["UI"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FprscX%2Freact-native-about-libraries","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FprscX%2Freact-native-about-libraries","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FprscX%2Freact-native-about-libraries/lists"}