{"id":21877603,"url":"https://github.com/criar-art/react-native-techs-logos","last_synced_at":"2026-02-11T12:07:11.550Z","repository":{"id":221913659,"uuid":"755760733","full_name":"criar-art/react-native-techs-logos","owner":"criar-art","description":"Repository with logos of languages and tech or company","archived":false,"fork":false,"pushed_at":"2024-10-27T21:24:12.000Z","size":2973,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-28T14:37:28.905Z","etag":null,"topics":["android","expo","hacktoberfest","package","react","react-native","typescript"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/react-native-techs-logos","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/criar-art.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2024-02-11T00:44:33.000Z","updated_at":"2024-10-27T21:24:15.000Z","dependencies_parsed_at":"2024-08-10T02:51:30.030Z","dependency_job_id":null,"html_url":"https://github.com/criar-art/react-native-techs-logos","commit_stats":null,"previous_names":["criar-art/react-native-techs-logos"],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/criar-art%2Freact-native-techs-logos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/criar-art%2Freact-native-techs-logos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/criar-art%2Freact-native-techs-logos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/criar-art%2Freact-native-techs-logos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/criar-art","download_url":"https://codeload.github.com/criar-art/react-native-techs-logos/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248997080,"owners_count":21195787,"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","expo","hacktoberfest","package","react","react-native","typescript"],"created_at":"2024-11-28T08:09:46.187Z","updated_at":"2026-02-11T12:07:06.505Z","avatar_url":"https://github.com/criar-art.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# react-native-techs-logos\n\nA list with logos company and techs\n\n\u003cimg alt=\"A list with logos company and techs screenshot\" width=\"220px\" src=\"https://raw.githubusercontent.com/criar-art/react-native-techs-logos/master/example/assets/screenshoot.png\" /\u003e\n\n## Install\n\n```bash\nnpm install --save react-native-techs-logos\n\n```\n\n## Usage basic\n\n```jsx\nimport ReactNativeTechsLogs from 'react-native-techs-logos';\n\n// list all logos\n\u003cReactNativeTechsLogs /\u003e\n\n// single icon\n\u003cReactNativeTechsLogs name=\"javascript\" /\u003e\n\n// Raw mode\n\u003cReactNativeTechsLogs name=\"javascript\" raw /\u003e\n\n// list limited logos\n\u003cReactNativeTechsLogs list={['vue','javascript', 'react', 'angular']} /\u003e\n\n// list all logos with hiddenLogos\n\u003cReactNativeTechsLogs hiddenLogos={['vue','javascript', 'react', 'angular', 'android']} /\u003e\n\n// Hidden label\n\u003cReactNativeTechsLogs name=\"javascript\" hiddenLabel /\u003e\n\u003cReactNativeTechsLogs hiddenLabel /\u003e\n\n```\n\n## Props of component\n\nProperties to use in the component\n\n```typescript\ntype Props = {\n  name?: string;\n  list?: Array\u003cString\u003e;\n  hiddenLogos?: Array\u003cString\u003e;\n  hiddenLabel?: boolean;\n  flatList?: boolean;\n  rounded?: boolean;\n  background?: string;\n  size?: number;\n  gap?: number;\n  raw?: boolean;\n};\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcriar-art%2Freact-native-techs-logos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcriar-art%2Freact-native-techs-logos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcriar-art%2Freact-native-techs-logos/lists"}