{"id":44053291,"url":"https://github.com/mitsuharu/mobile-printer","last_synced_at":"2026-02-07T23:38:52.885Z","repository":{"id":64379175,"uuid":"552230105","full_name":"mitsuharu/mobile-printer","owner":"mitsuharu","description":"モバイル印刷 for SUNMI V2 PRO / V2s","archived":false,"fork":false,"pushed_at":"2025-05-17T02:00:31.000Z","size":7138,"stargazers_count":15,"open_issues_count":18,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-17T03:17:52.402Z","etag":null,"topics":["react-native","sunmi-v2-pro","sunmi-v2s"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mitsuharu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2022-10-16T05:25:20.000Z","updated_at":"2025-05-17T02:00:33.000Z","dependencies_parsed_at":"2023-11-27T14:25:14.064Z","dependency_job_id":"1d69d923-7817-482b-8394-f991b12ac9b9","html_url":"https://github.com/mitsuharu/mobile-printer","commit_stats":null,"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"purl":"pkg:github/mitsuharu/mobile-printer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitsuharu%2Fmobile-printer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitsuharu%2Fmobile-printer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitsuharu%2Fmobile-printer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitsuharu%2Fmobile-printer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mitsuharu","download_url":"https://codeload.github.com/mitsuharu/mobile-printer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mitsuharu%2Fmobile-printer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29212759,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T23:36:15.537Z","status":"ssl_error","status_checked_at":"2026-02-07T23:36:12.879Z","response_time":63,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["react-native","sunmi-v2-pro","sunmi-v2s"],"created_at":"2026-02-07T23:38:52.819Z","updated_at":"2026-02-07T23:38:52.879Z","avatar_url":"https://github.com/mitsuharu.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# モバイル印刷 for SUNMI V2 PRO / V2s\n\n業務用端末 SUNMI V2 PRO / V2s を使用したレシート型名刺などを印刷するアプリです。\n\n## Demo\n\n[![動作デモ動画](README_Images/thumbnail.png)](https://www.youtube.com/watch?v=s9HNWSZ2Gbo)\n\n### 印刷結果\n\n![印刷結果](README_Images/receipts.png)\n\n## 機能\n\n- 汎用印刷\n  - テキスト\n  - 画像\n  - QRコード\n  - NFC解析\n- プロフィール印刷\n  - 名刺\n\n## Develop\n\n### requirements\n\n- GMSが有効な SUNMI V2 PRO または SUNMI V2s [^requirements-others]\n\n[^requirements-others]: 作者未確認ですが V2 や V1s でも動作するようです\n\n### frameworks\n\n- React Native 0.79.2\n\n### architectures\n\n- Redux Saga\n\n### build\n\n```shell\nyarn\nyarn android\n```\n\n### release\n\n- apk\n  - `android/app/build/outputs/apk/release/app-release.apk`\n  - 開発版向け\n\n```shell\ncd ./android\n./gradlew assembleRelease\n```\n\n- aab\n  - `android/app/build/outputs/bundle/release/app-release.aab`\n  - ストアリリース向け（予定なし）\n\n```shell\ncd ./android\n./gradlew bundleRelease\n```\n\n### CI\n\n- PR を作成すると、Android apk (debug) のビルドが実行されます\n- リリースタグをつけて push すると、リリースビルドが作られて、リリース処理および DeployGate に apk がアップロードされます\n\n## Features\n\n- 印刷データはアプリ内で追加・編集できます\n  - UI は鮮麗されていません\n- 画像は端末内のライブラリから選択可能です\n  - 事前に白黒加工をするのがおすすめです\n\n## その他\n\n- ビルド済みアプリは Releases にて apk を公開しています\n- データ構造はバージョンにより修正・変更されます。開発版のため、データのマイグレーション処理はしていません。アンインストールしてから、インストールしてください。\n\n## TODO\n\n- CI\n- ストアでの公開？\n\n## License\n\nMIT\n\n## Link\n\n- [業務用スマホ SUNMI V2 PRO の開発準備の手引き - Qiita](https://qiita.com/mitsuharu_e/items/3f2add415136005da719)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmitsuharu%2Fmobile-printer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmitsuharu%2Fmobile-printer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmitsuharu%2Fmobile-printer/lists"}