{"id":25790436,"url":"https://github.com/somnathkadam/react-native-rd-services","last_synced_at":"2025-02-27T12:06:54.023Z","repository":{"id":57339418,"uuid":"368884598","full_name":"SomnathKadam/react-native-rd-services","owner":"SomnathKadam","description":"Reading finger print data using RD services in Android","archived":false,"fork":false,"pushed_at":"2022-12-09T08:53:09.000Z","size":371,"stargazers_count":2,"open_issues_count":3,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-03-25T12:20:19.438Z","etag":null,"topics":["aadhar-data","fingerprint","react-native"],"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/SomnathKadam.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":"2021-05-19T13:46:49.000Z","updated_at":"2022-12-14T23:41:43.000Z","dependencies_parsed_at":"2023-01-25T20:46:08.867Z","dependency_job_id":null,"html_url":"https://github.com/SomnathKadam/react-native-rd-services","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/SomnathKadam%2Freact-native-rd-services","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SomnathKadam%2Freact-native-rd-services/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SomnathKadam%2Freact-native-rd-services/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SomnathKadam%2Freact-native-rd-services/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SomnathKadam","download_url":"https://codeload.github.com/SomnathKadam/react-native-rd-services/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241010153,"owners_count":19893486,"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":["aadhar-data","fingerprint","react-native"],"created_at":"2025-02-27T12:06:53.129Z","updated_at":"2025-02-27T12:06:54.013Z","avatar_url":"https://github.com/SomnathKadam.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# react-native-rd-services\n\nReading finger print data using RD services in Android.\n\nRD service supported device :\n\n1. Morpho\n2. Mantra\n3. PB510\n4. SecuGen\n5. ACPL FM220\n6. Aratek A600\n\n## Installation\n\n```sh\nnpm install react-native-rd-services\n```\n\nor using yarn\n\n```sh\nyarn add react-native-rd-services\n```\n\n## Usage\n\n```js\nimport RdServices from \"react-native-rd-services\";\n\n// ... DeviceType may like package name of RD service example : \n// com.precision.pb510.rdservice, com.scl.rdservice, com.scl.rdservice, com.secugen.rdservice and so on\n\n\n\n  let pidOption =\n            \"\u003c?xml version='1.0'?\u003e\u003cPidOptions ver='1.0'\u003e\u003cOpts fCount='1' fType='2' iCount='0' pCount='0' format='0' pidVer='2.0' timeout='10000' posh='UNKNOWN' env='P' /\u003e\u003cCustOpts\u003e\u003c/CustOpts\u003e\u003c/PidOptions\u003e\";\n\n\n\nRdServices.getFingerPrint(DeviceType, pidOption).then( (result)\n    {\n        const { status, message } = result;\n        console.log('Status', status);\n        console.log('Status', message);\n    }\n);\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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsomnathkadam%2Freact-native-rd-services","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsomnathkadam%2Freact-native-rd-services","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsomnathkadam%2Freact-native-rd-services/lists"}