{"id":20597026,"url":"https://github.com/tradle/react-native-image-store","last_synced_at":"2026-04-18T22:02:12.759Z","repository":{"id":66294755,"uuid":"157885494","full_name":"tradle/react-native-image-store","owner":"tradle","description":null,"archived":false,"fork":false,"pushed_at":"2019-07-18T23:19:15.000Z","size":24,"stargazers_count":1,"open_issues_count":1,"forks_count":3,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-06T15:18:42.701Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","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/tradle.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-11-16T15:24:41.000Z","updated_at":"2019-11-26T17:51:47.000Z","dependencies_parsed_at":"2023-02-25T22:45:24.626Z","dependency_job_id":null,"html_url":"https://github.com/tradle/react-native-image-store","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tradle/react-native-image-store","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tradle%2Freact-native-image-store","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tradle%2Freact-native-image-store/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tradle%2Freact-native-image-store/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tradle%2Freact-native-image-store/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tradle","download_url":"https://codeload.github.com/tradle/react-native-image-store/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tradle%2Freact-native-image-store/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31986327,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"ssl_error","status_checked_at":"2026-04-18T20:23:29.375Z","response_time":103,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-11-16T08:19:54.574Z","updated_at":"2026-04-18T22:02:12.741Z","avatar_url":"https://github.com/tradle.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# react-native-image-store\n\nThe goal: stop sending images over the React Native bridge! Instead, store them in the native-side image store and use [rn-fetch-blob](https://github.com/mvayngrib/rn-fetch-blob) to upload directly from native\n\niOS/Android normalization for https://facebook.github.io/react-native/docs/imagestore.html  \n\nUse this on the JS/native side to store images in native cache\n\n## Getting started\n\n`$ npm install react-native-image-store --save`\n\n### Mostly automatic installation\n\n`$ react-native link react-native-image-store`\n\n### Manual installation\n\n\n#### iOS\n\n1. In XCode, in the project navigator, right click `Libraries` ➜ `Add Files to [your project's name]`\n2. Go to `node_modules` ➜ `react-native-image-store` and add `RNImageStore.xcodeproj`\n3. In XCode, in the project navigator, select your project. Add `libRNImageStore.a` to your project's `Build Phases` ➜ `Link Binary With Libraries`\n4. Run your project (`Cmd+R`)\u003c\n\n#### Android\n\n1. Open up `android/app/src/main/java/[...]/MainActivity.java`\n  - Add `import io.tradle.reactimagestore.RNImageStorePackage;` to the imports at the top of the file\n  - Add `new RNImageStorePackage()` to the list returned by the `getPackages()` method\n2. Append the following lines to `android/settings.gradle`:\n  \t```\n  \tinclude ':react-native-image-store'\n  \tproject(':react-native-image-store').projectDir = new File(rootProject.projectDir, \t'../node_modules/react-native-image-store/android')\n  \t```\n3. Insert the following lines inside the dependencies block in `android/app/build.gradle`:\n  \t```\n      compile project(':react-native-image-store')\n  \t```\n\n## Usage\n\niOS/Android normalization for https://facebook.github.io/react-native/docs/imagestore.html  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftradle%2Freact-native-image-store","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftradle%2Freact-native-image-store","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftradle%2Freact-native-image-store/lists"}