{"id":41064082,"url":"https://github.com/reeq-dev/react-native-ios-passkit","last_synced_at":"2026-01-22T12:29:57.016Z","repository":{"id":56868799,"uuid":"526285686","full_name":"reeq-dev/react-native-ios-passkit","owner":"reeq-dev","description":"React-Native wrapper for iOS PassKit. Contains a PKAddPassButton and a methods to work with PassKit.","archived":false,"fork":false,"pushed_at":"2023-05-04T10:24:04.000Z","size":459,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-27T03:11:02.623Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/reeq-dev.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":"2022-08-18T16:16:45.000Z","updated_at":"2023-10-17T13:01:10.000Z","dependencies_parsed_at":"2022-08-20T06:10:34.559Z","dependency_job_id":null,"html_url":"https://github.com/reeq-dev/react-native-ios-passkit","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/reeq-dev/react-native-ios-passkit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reeq-dev%2Freact-native-ios-passkit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reeq-dev%2Freact-native-ios-passkit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reeq-dev%2Freact-native-ios-passkit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reeq-dev%2Freact-native-ios-passkit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reeq-dev","download_url":"https://codeload.github.com/reeq-dev/react-native-ios-passkit/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reeq-dev%2Freact-native-ios-passkit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28662962,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-22T01:17:37.254Z","status":"online","status_checked_at":"2026-01-22T02:00:07.137Z","response_time":144,"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":"2026-01-22T12:29:55.371Z","updated_at":"2026-01-22T12:29:57.011Z","avatar_url":"https://github.com/reeq-dev.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Warning\n\nThis package is deprecated and won't be supported. Please use https://www.npmjs.com/package/@reeq/react-native-passkit instead. It supports google wallet API and some additional functionality for iOS as well.\n\n# react-native-ios-passkit\n\nReact-Native wrapper for iOS PassKit. Contains a PKAddPassButton and a methods to work with PassKit.\n\n## Installation\n\n```sh\nnpm install @reeq/react-native-ios-passkit\n```\n\nor\n\n```sh\nyarn add @reeq/react-native-ios-passkit\n```\n\nand\n\n```sh\ncd ios/\npod install\n```\n\n## Usage\n\n```js\nimport {\n  canAddPasses,\n  addPass,\n  AddPassButton,\n} from '@reeq/react-native-ios-passkit';\n\n// ...\n\u003cAddPassButton\n  style={{ margin: 24, height: 60, width: 194 }}\n  onPress={async () =\u003e {\n    try {\n      const isAddable = await canAddPasses();\n      if (isAddable) {\n        await addPass('YOUR BASE 64 PASS');\n      }\n    } catch (err) {\n      console.log(err);\n    }\n  }}\n/\u003e;\n```\n\n## Creating pass\n\nPasses can be created with library (nodejs):\nhttps://www.npmjs.com/package/@walletpass/pass-js\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---\n\nMade with [create-react-native-library](https://github.com/callstack/react-native-builder-bob)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freeq-dev%2Freact-native-ios-passkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freeq-dev%2Freact-native-ios-passkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freeq-dev%2Freact-native-ios-passkit/lists"}