{"id":32370206,"url":"https://github.com/dpolyakov/react-native-cloudpayments-config-plugin","last_synced_at":"2026-04-17T05:02:14.579Z","repository":{"id":180626299,"uuid":"665440354","full_name":"dpolyakov/react-native-cloudpayments-config-plugin","owner":"dpolyakov","description":"Plugin for automatic setup react-native-cloudpayments-sdk to expo app","archived":false,"fork":false,"pushed_at":"2023-07-12T07:59:03.000Z","size":91,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-29T06:25:00.836Z","etag":null,"topics":["cloudpayments","config-plugin","expo","expo-application","react-native"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/react-native-cloudpayments-config-plugin","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/dpolyakov.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":"2023-07-12T07:58:18.000Z","updated_at":"2023-07-14T21:04:03.000Z","dependencies_parsed_at":null,"dependency_job_id":"c563822e-cf56-4364-9f21-9d8a955e9689","html_url":"https://github.com/dpolyakov/react-native-cloudpayments-config-plugin","commit_stats":{"total_commits":1,"total_committers":1,"mean_commits":1.0,"dds":0.0,"last_synced_commit":"d425f16dc00ab8f9486db7e9cea7feaf741b3a9e"},"previous_names":["dpolyakov/react-native-cloudpayments-config-plugin"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dpolyakov/react-native-cloudpayments-config-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpolyakov%2Freact-native-cloudpayments-config-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpolyakov%2Freact-native-cloudpayments-config-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpolyakov%2Freact-native-cloudpayments-config-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpolyakov%2Freact-native-cloudpayments-config-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dpolyakov","download_url":"https://codeload.github.com/dpolyakov/react-native-cloudpayments-config-plugin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dpolyakov%2Freact-native-cloudpayments-config-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31915900,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"online","status_checked_at":"2026-04-17T02:00:06.879Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["cloudpayments","config-plugin","expo","expo-application","react-native"],"created_at":"2025-10-24T20:24:05.878Z","updated_at":"2026-04-17T05:02:14.566Z","avatar_url":"https://github.com/dpolyakov.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# react-native-cloudpayments-config-plugin\n\nPlugin for automatic setup [react-native-cloudpayments-sdk](https://www.npmjs.com/package/react-native-cloudpayments-sdk) to your [expo](https://docs.expo.io/) application.\n\n## Installation\n\nAdd the package to your project\n\n```sh\nnpx expo install react-native-cloudpayments-config-plugin react-native-cloudpayments-sdk\n```\n\n\nAfter installing this npm package, add the [config plugin](https://docs.expo.io/guides/config-plugins/) to the [`plugins`](https://docs.expo.io/versions/latest/config/app/#plugins) array of your `app.json` or `app.config.js`:\n\n```json\n{\n  \"expo\": {\n    \"plugins\": [\"react-native-cloudpayments-config-plugin\"]\n  }\n}\n```\n\n## API\n\n- `yandexClientId` - used for Yandex Pay. Check [this guide](https://github.com/cloudpayments/CloudPayments-SDK-Android#дополнительные-шаги-для-использования-yandex-pay) for retrieve id from yandex.\n- `ios.sdk` - version [CloudPayments-SDK-iOS](https://github.com/cloudpayments/CloudPayments-SDK-iOS/releases)\n- `android.sdk` - version [CloudPayments-SDK-Android](https://github.com/cloudpayments/CloudPayments-SDK-Android/releases)\n\n### Example\n\n```json\n{\n    \"expo\": {\n        ...,\n        \"plugins\": [\n            ...,\n            [\n                \"react-native-cloudpayments-config-plugin\",\n                {\n                    \"yandexClientId\": \"MY_COOL_TOKEN\",\n                    \"ios\": {\n                        \"sdk\": \"1.1.9\"\n                    },\n                    \"android\": {\n                        \"sdk\": \"1.2.7\"\n                    }\n                }\n            ]\n        ]\n    }\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdpolyakov%2Freact-native-cloudpayments-config-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdpolyakov%2Freact-native-cloudpayments-config-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdpolyakov%2Freact-native-cloudpayments-config-plugin/lists"}