{"id":42465167,"url":"https://github.com/complycube/complycube-react-native-sdk","last_synced_at":"2026-01-28T09:35:15.979Z","repository":{"id":192091724,"uuid":"561421696","full_name":"complycube/complycube-react-native-sdk","owner":"complycube","description":"A sample React Native project integrating the ComplyCube SDK.","archived":false,"fork":false,"pushed_at":"2026-01-14T12:19:29.000Z","size":20014,"stargazers_count":6,"open_issues_count":3,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-14T16:34:22.132Z","etag":null,"topics":["aml","fintech","fraud-detection","fraud-prevention","identity","identity-provider","kyc","kyc-api","react-native"],"latest_commit_sha":null,"homepage":"https://complycube.com","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/complycube.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-11-03T16:48:06.000Z","updated_at":"2026-01-14T12:19:30.000Z","dependencies_parsed_at":"2024-01-09T18:03:16.215Z","dependency_job_id":"fec509a5-6b34-43d8-87cf-0ca7f04c9b0c","html_url":"https://github.com/complycube/complycube-react-native-sdk","commit_stats":null,"previous_names":["complycube/complycube-react-native-sdk"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/complycube/complycube-react-native-sdk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/complycube%2Fcomplycube-react-native-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/complycube%2Fcomplycube-react-native-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/complycube%2Fcomplycube-react-native-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/complycube%2Fcomplycube-react-native-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/complycube","download_url":"https://codeload.github.com/complycube/complycube-react-native-sdk/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/complycube%2Fcomplycube-react-native-sdk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28843927,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T07:39:25.367Z","status":"ssl_error","status_checked_at":"2026-01-28T07:39:24.487Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["aml","fintech","fraud-detection","fraud-prevention","identity","identity-provider","kyc","kyc-api","react-native"],"created_at":"2026-01-28T09:35:15.344Z","updated_at":"2026-01-28T09:35:15.974Z","avatar_url":"https://github.com/complycube.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ComplyCube Example App\n\nThis repository provides a pre-built UI that uses the ComplyCube SDK. It guides you through the ComplyCube identity verification process, which includes collecting client ID documents, proof of address documents, and biometric selfies.\n\n\u003e :information_source: Please get in touch with your **Account Manager** or **[support](https://support.complycube.com/hc/en-gb/requests/new)** to get access to our Mobile SDK.\n\n## To run the app\n\n### Before you start\n\n1. Install [Node.js](https://nodejs.org/en/download/).\n2. Install [Android Studio](https://developer.android.com/studio) and [Xcode](https://developer.apple.com/xcode/).\n3. Clone this repository.\n\n```bash\ngit clone https://github.com/complycube/complycube-react-native-sdk.git\n```\n\n4. Install dependencies.\n\n```bash\ncd complycube-react-native-sdk\nnpm install\n```\n\n\u003e#### iOS only\n\u003eInstall CocoaPods dependencies. \u003cbr/\u003e\n\u003e- `cd ios` \u003cbr/\u003e\n\u003e- `pod install`\n\n### Run the apps\n\n1. [Create a Client ID](https://docs.complycube.com/documentation/guides/mobile-sdk-guide/mobile-sdk-integration-guide#id-2.-create-a-client).\n2. [Generate an SDK token](https://docs.complycube.com/documentation/guides/mobile-sdk-guide/mobile-sdk-integration-guide#id-3.-generate-an-sdk-token).\n3. In the `App.jsx` file, replace `CLIENT_ID` and `SDK_TOKEN` with the generated values from the previous steps.\n4. Run the Android app:\n\n   ```bash\n   npm run android\n   ```\n\n5. Run the iOS app:\n\n   ```bash\n   npm run ios\n   ```\n\n## Integrating our SDK\n\nFor detailed instructions on integrating our SDK, please refer to our [integration guide](ttps://docs.complycube.com/sdks/mobile-integrations/react-native-sdk).\n\nFor an overview of our core platform and its multiple features, please refer to our [user guide](https://docs.complycube.com) or browse the [API reference](https://docs.complycube.com/api-reference) for fine-grained documentation of all our services.\n\n## About ComplyCube\n\n[ComplyCube](https://www.complycube.com/en) stands out as an award-winning SaaS \u0026 API platform, specializing in cutting-edge Identity Verification (IDV), Anti-Money Laundering (AML), and Know Your Customer (KYC) compliance solutions. It caters to a wide customer base across financial services, transport, healthcare, e-commerce, cryptocurrency, FinTech, telecoms, and more, positioning itself as a frontrunner in the IDV industry.\n\u003cbr\u003e\n\u003cbr\u003e\nThe ISO-certified AI-powered platform is commended for its fast omnichannel integration and the breadth of its services, offering Low/No-Code solutions, comprehensive API, Mobile SDKs, Client Libraries, and effective CRM integrations.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcomplycube%2Fcomplycube-react-native-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcomplycube%2Fcomplycube-react-native-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcomplycube%2Fcomplycube-react-native-sdk/lists"}