{"id":19685091,"url":"https://github.com/uxxman/react-native-fa-icons","last_synced_at":"2025-04-29T06:30:42.075Z","repository":{"id":57336885,"uuid":"86202532","full_name":"uxxman/react-native-fa-icons","owner":"uxxman","description":"Font Awesome Icons for React Native","archived":false,"fork":false,"pushed_at":"2019-04-21T14:52:18.000Z","size":109,"stargazers_count":11,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-10T18:14:57.772Z","etag":null,"topics":["fontawesome","icons","icons-fontawesome","react-native"],"latest_commit_sha":null,"homepage":null,"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/uxxman.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":"2017-03-26T02:38:45.000Z","updated_at":"2022-06-15T11:55:46.000Z","dependencies_parsed_at":"2022-09-12T11:03:11.839Z","dependency_job_id":null,"html_url":"https://github.com/uxxman/react-native-fa-icons","commit_stats":null,"previous_names":["uxman-sherwani/react-native-fa-icons"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uxxman%2Freact-native-fa-icons","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uxxman%2Freact-native-fa-icons/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uxxman%2Freact-native-fa-icons/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/uxxman%2Freact-native-fa-icons/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/uxxman","download_url":"https://codeload.github.com/uxxman/react-native-fa-icons/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224152113,"owners_count":17264627,"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":["fontawesome","icons","icons-fontawesome","react-native"],"created_at":"2024-11-11T18:20:26.040Z","updated_at":"2024-11-11T18:20:26.614Z","avatar_url":"https://github.com/uxxman.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# react-native-fa-icons\n\n[![NPM](https://nodei.co/npm/react-native-fa-icons.png)](https://npmjs.org/package/react-native-fa-icons)\n\n\nFont Awesome Icons for React Native. Inspired from [react-native-fontawesome](https://github.com/entria/react-native-fontawesome). This module uses Font Awesome latest version [4.7.0](http://fontawesome.io/assets/font-awesome-4.7.0.zip).\n\n\n# Benefits\n- No bloatware, one package with one iconset, nothing more nothing less\n- Full set of FontAwesome Icons properly updated\n- Insanely fast with minimal memory footprint\n- Uses the OS to render icons, for best in class performance (refer to performance note bellow)\n\n\n# Installation\n\n### Using npm\n`npm i --save react-native-fa-icons`\n\n### Using yarn\n\n`yarn add react-native-fa-icons`\n\n# Adding Font File\n\n### Automatically\n\n`react-native link react-native-fa-icons`\n\n**Note:** There is no Java/ObjectiveC/swift binaries added using this command, it simply adds the font file to your android and ios projects.\n\n### Manually\n\n[Adding Custom Fonts to A React Native Application for IOS](https://medium.com/@dabit3/adding-custom-fonts-to-react-native-b266b41bff7f)\n\n[Adding Custom Fonts to A React Native Application for Android](https://medium.com/@gattermeier/custom-fonts-in-react-native-for-android-b8a331a7d2a7)\n\n\n# Usage\n```javascript\nimport Icon from 'react-native-fa-icons';\n\n\u003cIcon name=\"address-book\" style={{ fontSize: 45, color: 'green' }} /\u003e\n```\n\n# Props\n| prop | required | type | description |\n| ---- | ---- | ----| ---- |\n| name | Yes | string | Icon name from [here](http://fontawesome.io/icons/). |\n\nAll props supported by react-native `Text` are also supported by `Ìcon`. See: https://facebook.github.io/react-native/docs/text#props\n\n\n# Why this is fast, and uses almost no extra memory\nThis package uses the Text element to render Icons. The Text element delegates\nto the OS the render process of the icons based on the Font file.\nBoth IOS and Android render fonts amazingly fast with little memory overhead. In essence  \nFontAwesome.ttf will be used by the OS to render icons and will benefit of years\nof native software improvement as well hardware acceleration.\n\n# MIT License\n\nCopyright (c) 2017 Muhammad Usman\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuxxman%2Freact-native-fa-icons","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fuxxman%2Freact-native-fa-icons","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fuxxman%2Freact-native-fa-icons/lists"}