{"id":41064067,"url":"https://github.com/reeq-dev/react-native-pdf417","last_synced_at":"2026-01-22T12:29:53.518Z","repository":{"id":57289029,"uuid":"526647436","full_name":"reeq-dev/react-native-pdf417","owner":"reeq-dev","description":"React-Native library which allows you to generate a barcode in pdf417 format","archived":false,"fork":false,"pushed_at":"2025-11-06T13:38:03.000Z","size":1845,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-06T15:07:01.434Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Kotlin","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":"CODE_OF_CONDUCT.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-08-19T14:53:13.000Z","updated_at":"2025-11-06T13:38:08.000Z","dependencies_parsed_at":"2023-01-21T21:22:51.177Z","dependency_job_id":null,"html_url":"https://github.com/reeq-dev/react-native-pdf417","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/reeq-dev/react-native-pdf417","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reeq-dev%2Freact-native-pdf417","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reeq-dev%2Freact-native-pdf417/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reeq-dev%2Freact-native-pdf417/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reeq-dev%2Freact-native-pdf417/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reeq-dev","download_url":"https://codeload.github.com/reeq-dev/react-native-pdf417/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reeq-dev%2Freact-native-pdf417/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:52.800Z","updated_at":"2026-01-22T12:29:53.512Z","avatar_url":"https://github.com/reeq-dev.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# react-native-pdf417\n\nReact-Native library which allows you to generate a barcode in pdf417 format.\n\nAndroid pdf417 writer is based on zxing library https://github.com/zxing/zxing\n\n## Compatibility\n\n- **v1.0.6** — compatible with both the old and the new React Native architectures\n- **v2.0.0 and above** — compatible **only with the new architecture**\n\n## Screenshots\n\n\u003cdiv\u003e\n  \u003cimg src=\"https://github.com/user-attachments/assets/4256e0d2-27aa-4684-89e5-a105c11507de\" alt=\"iOS\" width=\"200\"/\u003e\n  \u003cimg src=\"https://github.com/user-attachments/assets/f8ff33a6-0a40-46b0-ada2-89dc93301b6f\" alt=\"Android\" width=\"200\"/\u003e\n\u003c/div\u003e\n\n## Installation\n\n```sh\nnpm install @reeq/react-native-pdf417\n```\n\nor\n\n```sh\nyarn add @reeq/react-native-pdf417\n```\n\nand\n\n```sh\ncd ios/\npod install\n```\n\n## Usage\n\n```js\nimport { Pdf417View } from '@reeq/react-native-pdf417';\nimport { useWindowDimensions } from 'react-native';\n\nconst { width: windowWidth } = useWindowDimensions();\n\n\u003cPdf417View\n  text=\"hello pdf417\"\n  style={{ height: windowWidth / 4, width: windowWidth }}\n/\u003e\n```\n\n## Props\n\nSupports most of the default `View` props and:\n\n- `text` — text string you want to convert into a barcode (**required**)\n\n## Contributing\n\n- [Development workflow](CONTRIBUTING.md#development-workflow)\n- [Sending a pull request](CONTRIBUTING.md#sending-a-pull-request)\n- [Code of conduct](CODE_OF_CONDUCT.md)\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-pdf417","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freeq-dev%2Freact-native-pdf417","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freeq-dev%2Freact-native-pdf417/lists"}