{"id":17342567,"url":"https://github.com/readyfluent/react-native-font-list","last_synced_at":"2026-03-05T08:30:58.314Z","repository":{"id":38919393,"uuid":"239075583","full_name":"ReadyFluent/react-native-font-list","owner":"ReadyFluent","description":"A basic React Native module that exposes the operating system's installed fonts and available font families.","archived":false,"fork":false,"pushed_at":"2023-01-26T17:34:47.000Z","size":979,"stargazers_count":14,"open_issues_count":13,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-28T08:11:13.752Z","etag":null,"topics":["android","font","ios","react-native","ready-fluent"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/react-native-font-list","language":"Java","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/ReadyFluent.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":"2020-02-08T05:35:01.000Z","updated_at":"2024-05-30T08:54:03.000Z","dependencies_parsed_at":"2023-02-03T16:15:56.269Z","dependency_job_id":null,"html_url":"https://github.com/ReadyFluent/react-native-font-list","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ReadyFluent%2Freact-native-font-list","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ReadyFluent%2Freact-native-font-list/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ReadyFluent%2Freact-native-font-list/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ReadyFluent%2Freact-native-font-list/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ReadyFluent","download_url":"https://codeload.github.com/ReadyFluent/react-native-font-list/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248950146,"owners_count":21188213,"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":["android","font","ios","react-native","ready-fluent"],"created_at":"2024-10-15T16:06:16.059Z","updated_at":"2025-10-31T10:07:52.519Z","avatar_url":"https://github.com/ReadyFluent.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# react-native-font-list\nA basic React Native module that exposes the operating system's installed fonts and available font families. It ships with a single function: `.get()`.\n\n## Installation\n### Add Dependency\nYarn:\n\n`yarn add react-native-font-list`\n\nNPM:\n\n`npm install react-native-font-list --save`\n\n### Update Pods (iOS)\n`cd ios \u0026\u0026 pod install`\n\nThat's it! You are ready to use FontList.\n\n## Usage\n```javascript\n// import\nimport FontList from 'react-native-font-list';\n\n// sample use case\nconst [availableFontFamilies, setAvailableFontFamilies] = useState([]);\nconst [installedFonts, setInstalledFonts] = useState([]);\n\nFontList.get((fontFamilies, fonts) =\u003e {\n  setAvailableFontFamilies(fontFamilies);\n  setInstalledFonts(fonts);\n});\n```\n\n## License\n[View License](/LICENSE);\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freadyfluent%2Freact-native-font-list","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freadyfluent%2Freact-native-font-list","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freadyfluent%2Freact-native-font-list/lists"}