{"id":16192608,"url":"https://github.com/benawad/picache","last_synced_at":"2025-03-16T10:32:24.743Z","repository":{"id":57323401,"uuid":"123477572","full_name":"benawad/Picache","owner":"benawad","description":"A React Native component to automatically cache images","archived":false,"fork":false,"pushed_at":"2023-05-16T20:58:06.000Z","size":473,"stargazers_count":40,"open_issues_count":3,"forks_count":8,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-23T02:34:17.998Z","etag":null,"topics":["cache","expo","image","image-cache","react-native"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/benawad.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2018-03-01T18:43:22.000Z","updated_at":"2024-04-15T09:38:32.000Z","dependencies_parsed_at":"2022-09-12T05:50:45.562Z","dependency_job_id":"e99c03b6-daae-43fe-b1ad-5188bf496409","html_url":"https://github.com/benawad/Picache","commit_stats":{"total_commits":34,"total_committers":3,"mean_commits":"11.333333333333334","dds":0.05882352941176472,"last_synced_commit":"053fae5d20976f485e499d0e0369641da00ca8ac"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benawad%2FPicache","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benawad%2FPicache/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benawad%2FPicache/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benawad%2FPicache/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/benawad","download_url":"https://codeload.github.com/benawad/Picache/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221663111,"owners_count":16859779,"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":["cache","expo","image","image-cache","react-native"],"created_at":"2024-10-10T08:10:55.883Z","updated_at":"2024-10-27T10:27:33.242Z","avatar_url":"https://github.com/benawad.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Picache\n\nA React Native component that will automatically cache images.\n\n## Usage\n\n```bash\nyarn add picache\n```\n\nUse Picache the same way you would use an `\u003cImage /\u003e` component.\n\n```js\nimport Picache from \"picache\";\n\nconst App = () =\u003e (\n    \u003cPicache\n      style={{ height: 200, width: 200 }}\n      source={{ uri: \"http://via.placeholder.com/200x200\" }}\n    /\u003e\n);\n```\n\n\n```js\nimport Picache from \"picache\";\n\nconst App = () =\u003e (\n     \u003cPicache\n        style={{ height: 150, width: 350 }}\n        source={require(\"./square.png\")}\n      /\u003e\n);\n```\n\n\n```js\nimport Picache from \"picache\";\n\nconst App = () =\u003e (\n      \u003cPicache\n        style={{ height: 50, width: 50 }}\n        source={[\n          {\n            uri: \"http://via.placeholder.com/25x25\",\n            height: 25,\n            width: 25\n          },\n          {\n            uri: \"http://via.placeholder.com/50x50\",\n            height: 50,\n            width: 50\n          }\n        ]}\n      /\u003e\n);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenawad%2Fpicache","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbenawad%2Fpicache","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenawad%2Fpicache/lists"}