{"id":23390618,"url":"https://github.com/bithyve/libportal-react-native","last_synced_at":"2026-05-02T04:33:58.714Z","repository":{"id":261138901,"uuid":"883154602","full_name":"bithyve/libportal-react-native","owner":"bithyve","description":"React native package for TwentyTwo portal integration","archived":false,"fork":false,"pushed_at":"2025-09-30T04:52:15.000Z","size":13093,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-30T06:24:21.241Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Swift","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/bithyve.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":"2024-11-04T13:24:24.000Z","updated_at":"2024-11-06T08:16:47.000Z","dependencies_parsed_at":"2025-02-14T10:52:01.267Z","dependency_job_id":null,"html_url":"https://github.com/bithyve/libportal-react-native","commit_stats":null,"previous_names":["cakesoft-vaibhav/libportal-react-native"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bithyve/libportal-react-native","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bithyve%2Flibportal-react-native","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bithyve%2Flibportal-react-native/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bithyve%2Flibportal-react-native/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bithyve%2Flibportal-react-native/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bithyve","download_url":"https://codeload.github.com/bithyve/libportal-react-native/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bithyve%2Flibportal-react-native/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32523426,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T01:12:54.858Z","status":"online","status_checked_at":"2026-05-02T02:00:05.923Z","response_time":132,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-12-22T03:40:18.601Z","updated_at":"2026-05-02T04:33:58.700Z","avatar_url":"https://github.com/bithyve.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# libportal-react-native\n\n\n`libportal-react-native` is a React Native library developed to integrate [TwentyTwo Portal](https://github.com/TwentyTwoHW/portal-software/tree/master) functionality into mobile applications for React Native environments.\n\n\n## Installation\n\nTo add `libportal-react-native` to your project, follow these steps:\n\n### Step 1: Install via `package.json`\n\nAdd `libportal-react-native` as a dependency in your `package.json`:\n\n```json\n\"dependencies\": {\n  \"libportal-react-native\": \"git+https://github.com/bithyve/libportal-react-native.git\"\n}\n```\n\n### Step 2: Then run\n  ```\n  npm install\n  ```\n  or\n\n  ```\n  yarn install\n  ```\n\n### Step 3: Ensure your project meets the following iOS requirements:\n\n- Deployment target of at least iOS 13.0.\n- CocoaPods installed for iOS dependencies.\n\nRun the following command to install the iOS dependencies:  \n```\ncd ios\npod install\n```\n  \n\n\n## Usage\n\n```js\nimport {\n  PortalSdk,\n  type CardStatus,\n} from 'libportal-react-native';\n\n\n\nconst sdk = new PortalSdk(true);\n// ...\nexport const getStatus = async (): Promise\u003cCardStatus\u003e =\u003e {\n  return sdk.getStatus();\n};\n\n```\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbithyve%2Flibportal-react-native","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbithyve%2Flibportal-react-native","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbithyve%2Flibportal-react-native/lists"}