{"id":19269296,"url":"https://github.com/listenzz/hybrid-navigation","last_synced_at":"2025-05-15T09:06:22.899Z","repository":{"id":37438417,"uuid":"111086108","full_name":"listenzz/hybrid-navigation","owner":"listenzz","description":"React Native Navigation that supports seamless navigation between Native and React.","archived":false,"fork":false,"pushed_at":"2025-02-26T02:25:11.000Z","size":79715,"stargazers_count":325,"open_issues_count":29,"forks_count":38,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-05-09T12:11:46.561Z","etag":null,"topics":["deeplink","navigation","navigator","react-native","router"],"latest_commit_sha":null,"homepage":"","language":"Objective-C","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/listenzz.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","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":"2017-11-17T09:42:06.000Z","updated_at":"2025-04-03T02:18:48.000Z","dependencies_parsed_at":"2024-03-28T08:42:48.650Z","dependency_job_id":"55b38eb7-735c-4569-a44d-d29c941b7f29","html_url":"https://github.com/listenzz/hybrid-navigation","commit_stats":{"total_commits":1411,"total_committers":9,"mean_commits":"156.77777777777777","dds":"0.012048192771084376","last_synced_commit":"047fd268cdf0d2805ebb1ccfd376969abb633fb7"},"previous_names":[],"tags_count":120,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/listenzz%2Fhybrid-navigation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/listenzz%2Fhybrid-navigation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/listenzz%2Fhybrid-navigation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/listenzz%2Fhybrid-navigation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/listenzz","download_url":"https://codeload.github.com/listenzz/hybrid-navigation/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254310515,"owners_count":22049469,"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","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":["deeplink","navigation","navigator","react-native","router"],"created_at":"2024-11-09T20:19:21.566Z","updated_at":"2025-05-15T09:06:22.877Z","avatar_url":"https://github.com/listenzz.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# hybrid-navigation\n\nReact Native Navigation that supports seamless navigation between Native and React.\n\n## 特性\n\n- 使用原生导航组件实现 React Native 页面间的导航，不仅具有更优的性能，而且使得 RN 页面具有原生质感\n- 原生页面和 RN 页面共享路由， 使得它们之间相互跳转和传值轻而易举\n- 内置 drawer, tabs, stack 标准容器，同时支持自定义容器和导航\n- 支持 Deep Link\n\n![navigation-android](./screenshot/android.png)\n\n## Support\n\n| version | react-native version |\n| ------- | -------------------- |\n| 1.0.0+  | 0.60.0+              |\n\n## 运行 example 项目\n\n首先 clone 本项目\n\n```shell\ngit clone git@github.com:listenzz/hybrid-navigation.git\ncd hybrid-navigation\n```\n\n然后在项目根目录下运行如下命令：\n\n```shell\nyarn install\n# \u0026\nyarn start\n```\n\n### 在 Android 上运行\n\n首先，确保你有一个模拟器或设备\n\n如果熟悉原生开发，使用 Android Studio 打开 example/android，像运行原生应用那样运行它，也可以使用命令行：\n\n```sh\n# 在项目根目录下运行\nyarn android\n```\n\n你可能需要运行如下命令，才可以使用 Hot Reload 功能\n\n```sh\nadb reverse tcp:8081 tcp:8081\n```\n\n[**Download demo apk**](https://todoit.oss-cn-shanghai.aliyuncs.com/app-release.apk)\n\n或通过扫描二维码安装 demo\n\n![README-2021-10-19-15-58-19](https://todoit.oss-cn-shanghai.aliyuncs.com/todoit/README-2021-10-19-15-58-19.png)\n\n### 在 iOS 上运行\n\n首先安装 cocoapods 依赖，在项目根目录下运行如下命令：\n\n```sh\ncd example/ios \u0026\u0026 pod install\n# 成功安装依赖后，回到根目录\ncd -\n```\n\n如果熟悉原生开发，使用 Xcode 打开 example/ios，像运行原生应用那样运行它，或者使用命令行：\n\n```sh\n# 在项目根目录下运行\nyarn ios\n```\n\n## 文档\n\n[从这里开始](https://todoit.tech/rn/hybrid-navigation/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flistenzz%2Fhybrid-navigation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flistenzz%2Fhybrid-navigation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flistenzz%2Fhybrid-navigation/lists"}