{"id":28729815,"url":"https://github.com/didi/mand-mobile-rn","last_synced_at":"2025-08-19T02:43:08.683Z","repository":{"id":35883609,"uuid":"198064995","full_name":"didi/mand-mobile-rn","owner":"didi","description":"💰 Mand Mobile for React Native, designed for financial scenarios.","archived":false,"fork":false,"pushed_at":"2023-01-07T09:23:47.000Z","size":51159,"stargazers_count":88,"open_issues_count":39,"forks_count":33,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-06-15T17:11:32.556Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://mand-mobile.github.io","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/didi.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2019-07-21T14:14:58.000Z","updated_at":"2024-08-20T03:30:04.000Z","dependencies_parsed_at":"2023-01-16T08:45:26.087Z","dependency_job_id":null,"html_url":"https://github.com/didi/mand-mobile-rn","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/didi/mand-mobile-rn","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/didi%2Fmand-mobile-rn","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/didi%2Fmand-mobile-rn/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/didi%2Fmand-mobile-rn/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/didi%2Fmand-mobile-rn/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/didi","download_url":"https://codeload.github.com/didi/mand-mobile-rn/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/didi%2Fmand-mobile-rn/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271092134,"owners_count":24697903,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-19T02:00:09.176Z","response_time":63,"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":"2025-06-15T17:11:08.056Z","updated_at":"2025-08-19T02:43:08.649Z","avatar_url":"https://github.com/didi.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\u003cimg width=\"80\" src=\"https://manhattan.didistatic.com/static/manhattan/mand/docs/mand-logo-black.svg\" alt=\"LOGO\"\u003e\u003c/div\u003e\n\u003ch2 align=\"center\"\u003emand-mobile-rn\u003c/h2\u003e \n\u003cp align=\"center\"\u003e面向金融场景的移动端UI组件库，基于React Native实现\u003c/p\u003e\n\u003cdiv align=\"center\"\u003e\u003cimg src=\"https://pt-starimg.didistatic.com/static/starimg/img/toa8XOspJG1555486253802.png\" width=\"800\"\u003e\u003c/div\u003e\n\u003cbr/\u003e\n\n## 链接\n\n- [首页](https://didi.github.io/mand-mobile-rn/)\n- [开发指南](documents/development.md)\n- [更新日志](CHANGELOG.md)\n- [更多](https://github.com/mand-mobile-rn)\n\n## 安装 \u0026 使用\n\n### 安装\n\n在已有项目里手动安装 Mand Mobile RN 的包。\n\n```bash\nnpm install mand-mobile-rn --save\n```\n\n**重要**\n\nmand-mobile-rn 是基于最新的 React Native **0.59** 版开发。\n\n### Link\n\n使用 `react-native link` 将组件库添加到你的项目中:\n\n```\nreact-native link mand-mobile-rn\n```\n\n### 手动集成\n\n[iOS 集成](ios/README.md)\n\n[Android 集成](android/README.md)\n\n### 使用\n\n```javascript\nimport { MDButton } from 'mand-mobile-rn'\n```\n\n## 开发\n\n```bash\ngit clone git@github.com:didi/mand-mobile-rn.git\ncd mand-mobile-rn\nnpm install\nyarn link\nnpm run tsc\n```\n\n新开一个命令行窗口，运行 sample 的 RN Bundle 服务\n\n```bash\ncd mand-mobile-rn/sample\nnpm install\nyarn link mand-mobile-rn\nnpm run start:ios\n```\n\n再新开一个命令行窗口，编译 Mand Mobile 示例 App\n\n```bash\ncd mand-mobile-rn/sample\nnpm run ios\n```\n\n在模拟器中打开组件库示例 App： `Mand Mobile`，详细内容请查看[开发指南](docs/development.md)。\n\n## 自定义\n\n`Mand Mobile RN` 组件库提供了一套简洁的自定义主题方案，参见文档[自定义](docs/customize.md)\n\n## 贡献\n\n如有任何的意见或建议，欢迎您通过创建 Issue 或 Pull Request 的方式告知我们，请先阅读[贡献指南](CONTRIBUTING.md)。\n\n## 证书\n\nMand Mobile RN 使用 Apache License 2.0，查看[证书](LICENSE)。\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdidi%2Fmand-mobile-rn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdidi%2Fmand-mobile-rn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdidi%2Fmand-mobile-rn/lists"}