{"id":20597022,"url":"https://github.com/tradle/react-native-facetec-zoom","last_synced_at":"2025-04-14T23:52:10.530Z","repository":{"id":56591860,"uuid":"148571154","full_name":"tradle/react-native-facetec-zoom","owner":"tradle","description":null,"archived":false,"fork":false,"pushed_at":"2020-10-29T19:54:38.000Z","size":32907,"stargazers_count":10,"open_issues_count":8,"forks_count":13,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-04-14T23:51:48.398Z","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}},"created_at":"2018-09-13T02:36:12.000Z","updated_at":"2024-05-20T03:15:42.000Z","dependencies_parsed_at":"2022-08-15T21:31:23.708Z","dependency_job_id":null,"html_url":"https://github.com/tradle/react-native-facetec-zoom","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tradle%2Freact-native-facetec-zoom","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tradle%2Freact-native-facetec-zoom/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tradle%2Freact-native-facetec-zoom/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tradle%2Freact-native-facetec-zoom/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tradle","download_url":"https://codeload.github.com/tradle/react-native-facetec-zoom/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248981260,"owners_count":21193144,"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":[],"created_at":"2024-11-16T08:19:53.252Z","updated_at":"2025-04-14T23:52:10.499Z","avatar_url":"https://github.com/tradle.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# react-native-facetec-zoom\n\nunofficial react-native bridge for Facetec's [Zoom SDK](https://dev.zoomlogin.com/).\n\n## Functions\n\n- liveness detection\n- ...TODO\n\n## Install\n\n### Common\n\n```sh\nnpm i -S tradle/react-native-facetec-zoom\nreact-native link react-native-facetec-zoom\n```\n\n### iOS\n\nThis library has been tested with version 8.1.0 of the SDK\n\nFirst, download `ZoomAuthentication.framework` from one of these sources:\n\n- [Zoom SDK](https://dev.zoomlogin.com/zoomsdk/#/downloads)\n- [app.tradle.io](https://s3.amazonaws.com/app.tradle.io/sdk/facetec-zoom/ios/8.1.0/ZoomAuthentication.framework.zip)\n\nUnzip the file, locate `ZoomAuthentication.framework`, copy it to your `ios/` directory, and drag it to your project in XCode (Check the `Copy items if needed` option when asked)\n\nAdd a Copy File phase to your Xcode project and have `ZoomAuthentication.framework` copied to Destination `Frameworks`\n\nIf you have an Objective-C project, add a blank Swift file to your project (File -\u003e New -\u003e Swift File), with a bridging header (it will prompt you to auto-create one).\n\nadd `NSCameraUsageDescription` to your Info.plist, e.g.:\n```xml\n\u003ckey\u003eNSCameraUsageDescription\u003c/key\u003e\n\u003cstring\u003everify liveness with Zoom\u003c/string\u003e\n```\n\n### Android\n\nIn your project's build.gradle (android/build.gradle), add the maven block below:\n\n```gradle\nallprojects {\n  repositories {\n    //  ...\n    maven {\n        url 'http://maven.facetec.com'\n    }\n}\n\nIf you want to override the default version of the Zoom SDK, add:\n\n```gradle\next {\n  // ...\n  zoomSdkVersion = '7.0.11' // \u003c--- whichever version you want to use\n  // ...\n}\n```\n\n```\n\nThis module depends on [react-native-image-store](https://github.com/tradle/react-native-image-store), so you'll need to npm install and react-native link that one too.\n\n## Usage\n\nSee example app at https://github.com/tradle/rnzoomexample\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftradle%2Freact-native-facetec-zoom","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftradle%2Freact-native-facetec-zoom","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftradle%2Freact-native-facetec-zoom/lists"}