{"id":21658632,"url":"https://github.com/keycard-tech/react-native-status-keycard","last_synced_at":"2025-07-10T18:37:35.847Z","repository":{"id":45377726,"uuid":"158727717","full_name":"keycard-tech/react-native-status-keycard","owner":"keycard-tech","description":"React Native library to interact with Status Keycard using NFC connection","archived":false,"fork":false,"pushed_at":"2024-10-15T11:01:13.000Z","size":527,"stargazers_count":27,"open_issues_count":3,"forks_count":13,"subscribers_count":65,"default_branch":"master","last_synced_at":"2024-11-23T06:43:11.490Z","etag":null,"topics":["android","ios","keycard","nfc","nfc-card-reader","nfc-tag","react-native","status-im"],"latest_commit_sha":null,"homepage":"https://keycard.status.im","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/keycard-tech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2018-11-22T16:45:17.000Z","updated_at":"2024-11-20T16:27:38.000Z","dependencies_parsed_at":"2024-09-16T10:20:14.881Z","dependency_job_id":"d7bdb5be-e99e-4353-88da-48db74f8784a","html_url":"https://github.com/keycard-tech/react-native-status-keycard","commit_stats":null,"previous_names":["keycard-tech/react-native-status-keycard"],"tags_count":62,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keycard-tech%2Freact-native-status-keycard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keycard-tech%2Freact-native-status-keycard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keycard-tech%2Freact-native-status-keycard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keycard-tech%2Freact-native-status-keycard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/keycard-tech","download_url":"https://codeload.github.com/keycard-tech/react-native-status-keycard/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226304870,"owners_count":17603704,"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","ios","keycard","nfc","nfc-card-reader","nfc-tag","react-native","status-im"],"created_at":"2024-11-25T09:29:35.371Z","updated_at":"2024-11-25T09:29:50.547Z","avatar_url":"https://github.com/keycard-tech.png","language":"Java","funding_links":[],"categories":["Java"],"sub_categories":[],"readme":"\n# React Native Status Keycard [![npm version](https://badge.fury.io/js/react-native-status-keycard.svg)](https://badge.fury.io/js/react-native-status-keycard)\n\nReact Native library to interact with [Keycard](https://keycard.status.im/) using [Java SDK](https://github.com/status-im/status-keycard-java)\n\n\n## Getting started\n\n`$ npm install react-native-status-keycard --save`\n\n### Mostly automatic installation\n\n`$ react-native link react-native-status-keycard`\n\n### Manual installation\n\nBoth iOS and Android are supported\n\n#### Android\n\n1. Open up `android/app/src/main/java/[...]/MainApplication.java`\n  - Add `import im.status.ethereum.keycard.RNStatusKeycardPackage;` to the imports at the top of the file\n  - Add `new RNStatusKeycardPackage()` to the list returned by the `getPackages()` method\n2. Append the following lines to `android/settings.gradle`:\n  \t```\n  \tinclude ':react-native-status-keycard'\n  \tproject(':react-native-status-keycard').projectDir = new File(rootProject.projectDir, \t'../node_modules/react-native-status-keycard/android')\n  \t```\n3. Insert the following lines inside the dependencies block in `android/app/build.gradle`:\n  \t```\n      compile project(':react-native-status-keycard')\n  \t```\n4. Add `\u003cuses-permission android:name=\"android.permission.NFC\"/\u003e` to `android/app/src/main/AndroidManifest.xml` to enable NFC permission.\n\n5. Make sure `minSdkVersion` is 18 in `android/build.gradle`.\n\n## Usage\n\nTake a look into [docs](./docs/usage.md)\n\nFor more usage examples, please refer to https://github.com/status-im/status-mobile (assuming you can read Clojure)\n\nFor Keycard API documention, please look into https://keycard.tech/docs/","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeycard-tech%2Freact-native-status-keycard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkeycard-tech%2Freact-native-status-keycard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeycard-tech%2Freact-native-status-keycard/lists"}