{"id":23885621,"url":"https://github.com/yourtion/reactnative-superid","last_synced_at":"2026-06-15T02:33:30.437Z","repository":{"id":57374768,"uuid":"62188475","full_name":"yourtion/ReactNative-SuperID","owner":"yourtion","description":"SuperID ( Face OpenID ) SDK in ReactNative","archived":false,"fork":false,"pushed_at":"2016-12-28T07:27:17.000Z","size":12566,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-23T02:44:51.192Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Objective-C","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/yourtion.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}},"created_at":"2016-06-29T02:18:35.000Z","updated_at":"2024-09-21T05:44:42.000Z","dependencies_parsed_at":"2022-08-29T21:30:29.393Z","dependency_job_id":null,"html_url":"https://github.com/yourtion/ReactNative-SuperID","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yourtion%2FReactNative-SuperID","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yourtion%2FReactNative-SuperID/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yourtion%2FReactNative-SuperID/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yourtion%2FReactNative-SuperID/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yourtion","download_url":"https://codeload.github.com/yourtion/ReactNative-SuperID/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240261497,"owners_count":19773474,"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":"2025-01-04T05:45:27.364Z","updated_at":"2026-06-15T02:33:30.393Z","avatar_url":"https://github.com/yourtion.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ReactNative-SuperID\n\nSuperID SDK in ReactNative\n\n## Installation\n\n```\nnpm i --save superid-react-native\n```\n\n### Configure your React Native Application\n\n#### Mostly automatic install with react-native\n\n```\nreact-native link  superid-react-native\n```\n\n#### iOS\n\nCocapods:\n\n```ruby\npod 'SuperIDRN', :path =\u003e './node_modules/superid-react-native/iOS'\n```\n\nRun `pod install`\n\n#### Android\n\n1. `android/settings.gradle`:: Add the following snippet\n\n```gradle\ninclude ':SuperIDRN'\nproject(':SuperIDRN').projectDir = file('../node_modules/superid-react-native/Android')\n```\n\n2. `android/app/build.gradle`: Add in dependencies block.\n\n```gradle\ncompile project(':SuperIDRN')\n```\n\n3. in your `MainActivity` (or equivalent) the SIDRNPackage needs to be added. Add the import at the top:\n\n```java\nimport com.yourtion.SuperIDRN.SIDRNPackage;;\n```\n\n4. In order for React Native to use the package, add it the packages inside of the class extending ReactActivity.\n\n```java\n@Override\nprotected List\u003cReactPackage\u003e getPackages() {\n  return Arrays.\u003cReactPackage\u003easList(\n  new MainReactPackage(),\n  ...\n  new SIDRNPackage()\n  );\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyourtion%2Freactnative-superid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyourtion%2Freactnative-superid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyourtion%2Freactnative-superid/lists"}