{"id":18432334,"url":"https://github.com/naturalclar/mobile-components","last_synced_at":"2026-06-29T02:30:59.351Z","repository":{"id":38942939,"uuid":"207739664","full_name":"Naturalclar/mobile-components","owner":"Naturalclar","description":"Component library for react-native","archived":false,"fork":false,"pushed_at":"2023-01-04T09:52:24.000Z","size":4111,"stargazers_count":1,"open_issues_count":33,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-04T21:03:33.456Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/Naturalclar.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}},"created_at":"2019-09-11T06:30:41.000Z","updated_at":"2023-03-10T08:14:42.000Z","dependencies_parsed_at":"2022-08-30T02:31:23.427Z","dependency_job_id":null,"html_url":"https://github.com/Naturalclar/mobile-components","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/Naturalclar/mobile-components","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Naturalclar%2Fmobile-components","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Naturalclar%2Fmobile-components/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Naturalclar%2Fmobile-components/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Naturalclar%2Fmobile-components/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Naturalclar","download_url":"https://codeload.github.com/Naturalclar/mobile-components/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Naturalclar%2Fmobile-components/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34911134,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-29T02:00:05.398Z","response_time":58,"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-11-06T05:28:15.431Z","updated_at":"2026-06-29T02:30:59.327Z","avatar_url":"https://github.com/Naturalclar.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mobile Components\n\n## 開発手順\n\n新しく Component を作成する為には、まずこのレポジトリを Clone します\n\n```sh\ngit clone https://github.com/Naturalclar/mobile-components.git\ncd mobile-components\n```\n\nそして、dependencies を install します\n\n```\nyarn\n```\n\n## 新規 Component の作成\n\n```sh\nyarn new\n```\n\n## storybook\n\n新しく Component を開発する際は、Storybook を使いながら開発します。\n\n```sh\nyarn storybook\n```\n\n## publish\n\npublish する前に、パッケージのバージョンを上げてください。\n\n### パッチバージョンを上げる（見た目の微量な変更など、props に変化が無い変更を加えたとき)\n\n```sh\nnpm version patch\n```\n\n### マイナーバージョンを上げる (新規 Component 作成時など、後方互換性のある変更を加えたとき)\n\n```sh\nnpm version minor\n```\n\n### メジャーバージョンを上げる（props などに変更があり、後方互換性が無い変更を加えたとき）\n\n```sh\nnpm version major\n```\n\n### package の Publish\n\n```sh\nnpm publish\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnaturalclar%2Fmobile-components","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnaturalclar%2Fmobile-components","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnaturalclar%2Fmobile-components/lists"}