{"id":25143888,"url":"https://github.com/maurisdev/react-native-images-combine","last_synced_at":"2025-04-27T11:53:57.149Z","repository":{"id":38914534,"uuid":"245182867","full_name":"maurisdev/react-native-images-combine","owner":"maurisdev","description":"React Native Library for combining images","archived":false,"fork":false,"pushed_at":"2023-01-05T09:09:58.000Z","size":1249,"stargazers_count":9,"open_issues_count":11,"forks_count":8,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-27T11:53:51.495Z","etag":null,"topics":["javascript","kotlin","objective-c","react-native"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","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/maurisdev.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}},"created_at":"2020-03-05T14:22:07.000Z","updated_at":"2024-09-17T03:43:37.000Z","dependencies_parsed_at":"2023-02-03T22:15:15.842Z","dependency_job_id":null,"html_url":"https://github.com/maurisdev/react-native-images-combine","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/maurisdev%2Freact-native-images-combine","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maurisdev%2Freact-native-images-combine/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maurisdev%2Freact-native-images-combine/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maurisdev%2Freact-native-images-combine/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maurisdev","download_url":"https://codeload.github.com/maurisdev/react-native-images-combine/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251134659,"owners_count":21541377,"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":["javascript","kotlin","objective-c","react-native"],"created_at":"2025-02-08T19:19:16.798Z","updated_at":"2025-04-27T11:53:57.131Z","avatar_url":"https://github.com/maurisdev.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# react-native-images-combine\nReact Native Library for combine images\n\n## Getting started\n\n`$ npm install react-native-images-combine --save`\n\n\n#### iOS\n1. cd ios\n2. pod install\n\n\n## Usage\n```javascript\nimport ImagesCombineLibrary from 'react-native-images-combine';\n\nImagesCombineLibrary.combineImages([\n  Image.resolveAssetSource(require('../images/test1.png')),\n  Image.resolveAssetSource(require('../images/test2.png'))\n]).then((base64) =\u003e {\n              \n});\n```\n\n### Web Images, DynamicFiles, or Base64\nAlternatively if you have a dynamic url **android and iOS** or file **iOS only** use the following syntax\n```javascript\nimport ImagesCombineLibrary from 'react-native-images-combine';\n\nconst image1 = base64Asset // any base64 asset\nconst image2 = fileUriAsset // any file url asset example file:///data/user/0/com.myapp//cache/tempitem.png\n      ImagesCombineLibrary.combineImages([\n        { uri: image1 },\n        { uri: image2 },\n      ]).then(base64 =\u003e {\n        // do something here\n      })\n```\n\n  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaurisdev%2Freact-native-images-combine","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaurisdev%2Freact-native-images-combine","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaurisdev%2Freact-native-images-combine/lists"}