{"id":19638348,"url":"https://github.com/maherzaidoune/react-native-facetec","last_synced_at":"2025-04-28T10:30:36.493Z","repository":{"id":38857834,"uuid":"285069482","full_name":"maherzaidoune/react-native-facetec","owner":"maherzaidoune","description":"facetec sdk react-native","archived":false,"fork":false,"pushed_at":"2022-12-06T18:41:06.000Z","size":16541,"stargazers_count":6,"open_issues_count":14,"forks_count":9,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-05T08:11:18.577Z","etag":null,"topics":["android","facetec","facial-recognition","ios","react-native","sdk"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/maherzaidoune.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-08-04T18:48:39.000Z","updated_at":"2024-09-18T01:09:42.000Z","dependencies_parsed_at":"2023-01-23T17:00:49.673Z","dependency_job_id":null,"html_url":"https://github.com/maherzaidoune/react-native-facetec","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/maherzaidoune%2Freact-native-facetec","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maherzaidoune%2Freact-native-facetec/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maherzaidoune%2Freact-native-facetec/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maherzaidoune%2Freact-native-facetec/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maherzaidoune","download_url":"https://codeload.github.com/maherzaidoune/react-native-facetec/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251295092,"owners_count":21566395,"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":["android","facetec","facial-recognition","ios","react-native","sdk"],"created_at":"2024-11-11T12:38:19.248Z","updated_at":"2025-04-28T10:30:31.483Z","avatar_url":"https://github.com/maherzaidoune.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# react-native-facetec\n\nfacetec module bridge\n\n## Installation\n\n```sh\nnpm install react-native-facetec\n```\n\n## Usage\n\n```js\nimport {\n  init,\n  enroll,\n  authenticateUser,\n  livenessCheck,\n} from 'react-native-facetec';\n\ninit(\n    () =\u003e {\n    console.log('init success');\n    },\n    () =\u003e console.log('init fail')\n);\n\nenroll(\n    'USER_ID',\n    (resp) =\u003e {\n        //JSON.parse(resp)\n        console.log('enroll ' + resp);\n    },\n    (error) =\u003e console.log('enroll ' + error)\n);\n\nlivenessCheck(\n    (resp) =\u003e {\n        console.log('livenessCheck ' + resp);\n    },\n    (error) =\u003e console.log('livenessCheck ' + error)\n)\n\nauthenticateUser(\n    'USER_ID',\n    (resp) =\u003e {\n        console.log('authenticateUser ' + resp);\n    },\n    (error) =\u003e console.log('authenticateUser ' + error)\n)\n\nCheckId(\n    'USER_ID',\n    (resp) =\u003e {\n        console.log('CheckId ' + resp);\n        let data = JSON.parse(params);\n        data.FrontImagesCompressedBase64 // front id image data:image/jpeg;base64\n        data.BackImagesCompressedBase64 // back id image data:image/jpeg;base64\n    },\n    (error) =\u003e console.log('CheckId ' + error)\n)\n```\n## config\nminSdkVersion = 19\n\n```java\n//Add your SDK key to ZoomGlobalState.java\npublic static String DeviceLicenseKeyIdentifier = \"YOUR_API_KEY\";\n```\n\n## Contributing\n\nSee the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.\n\n## License\n\nMIT\n\n## TODO\nIOS","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaherzaidoune%2Freact-native-facetec","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaherzaidoune%2Freact-native-facetec","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaherzaidoune%2Freact-native-facetec/lists"}