{"id":17700893,"url":"https://github.com/wrathchaos/react-native-custom-icon","last_synced_at":"2025-05-13T10:29:52.042Z","repository":{"id":34292804,"uuid":"174881336","full_name":"WrathChaos/react-native-custom-icon","owner":"WrathChaos","description":"Medium Article: https://freakycoder.com/react-native-library-react-native-custom-icon-1ec0b734d691","archived":false,"fork":false,"pushed_at":"2023-07-18T20:29:39.000Z","size":3278,"stargazers_count":5,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-01T06:34:00.503Z","etag":null,"topics":["mobile-app","mobile-development","react-native","react-native-component","software-engineering"],"latest_commit_sha":null,"homepage":"https://www.freakycoder.com","language":"JavaScript","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/WrathChaos.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-03-10T21:10:22.000Z","updated_at":"2023-07-13T18:45:05.000Z","dependencies_parsed_at":"2024-10-24T21:24:55.757Z","dependency_job_id":"7f287511-06b6-42f7-8a17-0728da24649a","html_url":"https://github.com/WrathChaos/react-native-custom-icon","commit_stats":{"total_commits":45,"total_committers":4,"mean_commits":11.25,"dds":"0.33333333333333337","last_synced_commit":"bee6f342ad7e5416e4827b3994f435735d3909bf"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WrathChaos%2Freact-native-custom-icon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WrathChaos%2Freact-native-custom-icon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WrathChaos%2Freact-native-custom-icon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WrathChaos%2Freact-native-custom-icon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WrathChaos","download_url":"https://codeload.github.com/WrathChaos/react-native-custom-icon/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249977393,"owners_count":21354857,"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":["mobile-app","mobile-development","react-native","react-native-component","software-engineering"],"created_at":"2024-10-24T17:43:36.117Z","updated_at":"2025-04-20T23:30:46.508Z","avatar_url":"https://github.com/WrathChaos.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cimg alt=\"React Native Custom Icon\" src=\"https://github.com/WrathChaos/react-native-custom-icon/blob/master/assets/Screenshots/logo.png\" width=\"1050\"/\u003e\n\n[![Battle Tested ✅](https://img.shields.io/badge/-Battle--Tested%20%E2%9C%85-03666e?style=for-the-badge)](https://github.com/WrathChaos/react-native-custom-icon)\n\n[![Custom Icon Library for React Native.](https://img.shields.io/badge/-Custom%20Icon%20Library%20for%20React%20Native.-lightgrey?style=for-the-badge)](https://github.com/WrathChaos/react-native-custom-icon)\n\n[![npm version](https://img.shields.io/npm/v/react-native-custom-icon.svg?style=for-the-badge)](https://www.npmjs.com/package/react-native-custom-icon)\n[![npm](https://img.shields.io/npm/dt/react-native-custom-icon.svg?style=for-the-badge)](https://www.npmjs.org/package/react-native-custom-icon)\n![Platform - Android and iOS](https://img.shields.io/badge/platform-Android%20%7C%20iOS-blue.svg?style=for-the-badge)\n[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg?style=for-the-badge)](https://opensource.org/licenses/MIT)\n\n\u003cp align=\"center\"\u003e\n\u003cimg alt=\"React Native Custom Icon\" src=\"https://github.com/WrathChaos/react-native-custom-icon/blob/master/assets/Screenshots/example.png\" width=\"49.7%\"/\u003e\n\u003c/p\u003e\n\n## Installation\n\nAdd the dependency:\n\n### Pure React Native:\n\n```js\nnpm i react-native-custom-icon\n```\n\n## Peer Dependencies\n\n##### IMPORTANT! You need install them.\n\n```json\n\"react\": \"\u003e= 16.x\",\n\"react-native\": \"\u003e= 0.55.x\",\n\"react-native-vector-icons\": \"\u003e= 6.x.x\"\n```\n\n## Basic Usage\n\n```jsx\nimport MyIcon from \"react-native-custom-icon\";\nimport IcomoonConfig from \"./assets/icomoon/selection.json\";\n\n\u003cMyIcon name=\"fireworks\" color=\"red\" size={50} config={IcomoonConfig} /\u003e;\n```\n\n## Documentation\n\n\u003ca href=\"Medium Article: https://freakycoder.com/react-native-library-react-native-custom-icon-1ec0b734d691\"\u003e\n\u003cimg alt=\"React Native Custom Icon\" src=\"https://github.com/WrathChaos/react-native-custom-icon/blob/master/assets/Screenshots/Wordmark_Black.png\" width=\"180\" height=\"45\"/\u003e\n\u003c/a\u003e\n\n##### Read how to use react-native-custom-icon on Medium blog. DO NOT FORGET to implement your .ttf file on iOS and Android original files!\n\n### Configuration - Props\n\n| Property |  Type  | Default | Description                                                         |\n| -------- | :----: | :-----: | ------------------------------------------------------------------- |\n| name     | string |  null   | use this to set icon's name                                         |\n| color    | color  |  null   | use this to set icon's color                                        |\n| size     | number |   16    | use this to change icon's size                                      |\n| config   |  JSON  |  null   | must use this to provide which config and data to use as IconConfig |\n\n## Author\n\nFreakyCoder, kurayogun@gmail.com\n\n## License\n\nReact Native Custom Icon Library is available under the MIT license. See the LICENSE file for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwrathchaos%2Freact-native-custom-icon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwrathchaos%2Freact-native-custom-icon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwrathchaos%2Freact-native-custom-icon/lists"}