{"id":19821250,"url":"https://github.com/mrkpatchaa/react-native-ionicons","last_synced_at":"2026-05-01T21:02:16.765Z","repository":{"id":65587674,"uuid":"594892015","full_name":"mrkpatchaa/react-native-ionicons","owner":"mrkpatchaa","description":"Use the latest version of Ionicons (v6+) in your React Native project 🎉.  Based on https://github.com/michaelbnd/react-native-ionicons","archived":false,"fork":false,"pushed_at":"2025-09-16T18:05:39.000Z","size":127607,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-22T01:19:58.377Z","etag":null,"topics":["ionicons","npm","react-native"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/@mrkpatchaa/react-native-ionicons","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/mrkpatchaa.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":"2023-01-29T23:41:07.000Z","updated_at":"2025-09-16T18:04:41.000Z","dependencies_parsed_at":"2024-01-17T00:52:52.140Z","dependency_job_id":"142b7c69-fc73-4a0d-87c3-28f728b3d6cd","html_url":"https://github.com/mrkpatchaa/react-native-ionicons","commit_stats":{"total_commits":11,"total_committers":1,"mean_commits":11.0,"dds":0.0,"last_synced_commit":"7636e3f180827faa48ea5ce834ea09509289c302"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/mrkpatchaa/react-native-ionicons","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrkpatchaa%2Freact-native-ionicons","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrkpatchaa%2Freact-native-ionicons/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrkpatchaa%2Freact-native-ionicons/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrkpatchaa%2Freact-native-ionicons/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mrkpatchaa","download_url":"https://codeload.github.com/mrkpatchaa/react-native-ionicons/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrkpatchaa%2Freact-native-ionicons/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32512670,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"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":["ionicons","npm","react-native"],"created_at":"2024-11-12T10:26:28.938Z","updated_at":"2026-05-01T21:02:16.749Z","avatar_url":"https://github.com/mrkpatchaa.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React Native Ionicons\n\nUse the latest [Ionicons](https://ionic.io/ionicons/) (v6+) in your React Native project :tada:.\n\nBased on this fantastic work [https://github.com/michaelbnd/react-native-ionicons](https://github.com/michaelbnd/react-native-ionicons)\n\n\u003cimg src=\"Screenshots/exampleApp.gif\"\u003e\n\n## About Ionicons\nIonicons is a completely open-source icon set with 1,300+ icons.\n\n\nEach icon has an outline, filled, and sharp variant.\n\n#### Outline\n\n\u003cimg width=\"100\" src=\"https://unpkg.com/ionicons@6.1.1/dist/svg/glasses-outline.svg\"\u003e\n\n#### Filled\n\n\u003cimg width=\"100\" src=\"https://unpkg.com/ionicons@6.1.1/dist/svg/glasses.svg\"\u003e\n\n#### Sharp\n\n\u003cimg width=\"100\" src=\"https://unpkg.com/ionicons@6.1.1/dist/svg/glasses-sharp.svg\"\u003e\n\n\n## Install\n```\nnpm install @mrkpatchaa/react-native-ionicons\nnpm install react-native-svg\nnpx pod-install\n```\n\n## Usage\n```javascript\nimport React from 'react';\nimport {View} from 'react-native';\nimport {Icon} from '@mrkpatchaa/react-native-ionicons';\n\nexport default function App() {\n  return (\n    \u003cView style={{flex: 1, alignItems: 'center', justifyContent: 'center', flexDirection: 'row'}}\u003e\n      \u003cIcon name=\"rocket-outline\" size={64} color=\"#000\" /\u003e\n      \u003cIcon name=\"rocket\" size={64} color=\"#000\" /\u003e\n      \u003cIcon name=\"rocket-sharp\" size={64} color=\"#000\" /\u003e\n    \u003c/View\u003e\n  );\n}\n```\n\n## Jest\nAdd the lines below in your package.json inside the \"jest\" key if you are testing your project with [Jest](https://jestjs.io).\n\n\n```\n\"transformIgnorePatterns\": [\n  \"/node_modules/(?!react-native)/.+\"\n]\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrkpatchaa%2Freact-native-ionicons","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrkpatchaa%2Freact-native-ionicons","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrkpatchaa%2Freact-native-ionicons/lists"}