{"id":24572037,"url":"https://github.com/gronxb/webview-bridge","last_synced_at":"2026-02-20T06:15:55.324Z","repository":{"id":199114771,"uuid":"700446733","full_name":"gronxb/webview-bridge","owner":"gronxb","description":"Fully Type-Safe Integration for React Native WebView and Web","archived":false,"fork":false,"pushed_at":"2025-06-17T01:13:32.000Z","size":43026,"stargazers_count":412,"open_issues_count":7,"forks_count":19,"subscribers_count":7,"default_branch":"main","last_synced_at":"2026-01-19T22:47:15.015Z","etag":null,"topics":["react-native","react-native-webview","react-native-webview-bridge","state-management"],"latest_commit_sha":null,"homepage":"https://gronxb.github.io/webview-bridge/","language":"TypeScript","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/gronxb.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2023-10-04T16:00:21.000Z","updated_at":"2026-01-14T06:56:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"73b009df-9e6b-43a9-8ed6-c751fdf99cba","html_url":"https://github.com/gronxb/webview-bridge","commit_stats":{"total_commits":161,"total_committers":2,"mean_commits":80.5,"dds":"0.018633540372670843","last_synced_commit":"318036675395350c0ba0df27eff84a638f3e2e96"},"previous_names":["gronxb/rnbridge","gronxb/webview-bridge"],"tags_count":35,"template":false,"template_full_name":null,"purl":"pkg:github/gronxb/webview-bridge","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gronxb%2Fwebview-bridge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gronxb%2Fwebview-bridge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gronxb%2Fwebview-bridge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gronxb%2Fwebview-bridge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gronxb","download_url":"https://codeload.github.com/gronxb/webview-bridge/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gronxb%2Fwebview-bridge/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29641927,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-20T03:21:14.183Z","status":"ssl_error","status_checked_at":"2026-02-20T03:18:24.455Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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","react-native-webview","react-native-webview-bridge","state-management"],"created_at":"2025-01-23T18:50:43.912Z","updated_at":"2026-02-20T06:15:55.306Z","avatar_url":"https://github.com/gronxb.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/gronxb/webview-bridge/main/logo.png\" alt=\"logo\" width=\"200\"/\u003e\n\u003c/p\u003e\n\n# webview-bridge\n\n[![NPM](https://img.shields.io/npm/v/%40webview-bridge%2Freact-native/latest?label=%40webview-bridge%2Freact-native)](https://www.npmjs.com/package/@webview-bridge/react-native)\n[![NPM](https://img.shields.io/npm/v/%40webview-bridge%2Fweb/latest?label=%40webview-bridge%2Fweb)](https://www.npmjs.com/package/@webview-bridge/web)\n[![NPM](https://img.shields.io/npm/v/%40webview-bridge%2Freact/latest?label=%40webview-bridge%2Freact)](https://www.npmjs.com/package/@webview-bridge/react)\n\n**Fully Type-Safe Integration for React Native WebView and Web**\n\n`webview-bridge` is a powerful interface that acts as a bridge between React Native and web applications using `react-native-webview`. It providing seamless interaction and ensuring type safety.\n\nInspired by the functionality of `tRPC`, `webview-bridge` simplifies the communication process between `react-native-webview` and web applications.\n\n**Key Features:**\n\n- Built upon `react-native-webview`.\n- Designed with zero external dependencies (except for `react-native-webview`).\n- Type-Safety\n- Backward Compatibility\n- No App Review Needed\n- Shared State\n\n![webview-bridge](https://raw.githubusercontent.com/gronxb/webview-bridge/main/demo.gif)\n\n## Documentation\n\nvisit [Docs](https://gronxb.github.io/webview-bridge)\n\n## Example\n\nvisit [Example](https://github.com/gronxb/webview-bridge/tree/main/example)\n\n## Exporting Type Declarations\n\nTo enhance your experience with webview-bridge, it's recommended to export the type declaration of the native bridge object to the web application. Here are a few ways to achieve this:\n\n1. [Monorepo Setup (Recommended)](https://gronxb.github.io/webview-bridge/exporting-type-declarations/monorepo): Use a monorepo setup to export the type of the native bridge.\n2. [Custom Declaration File](https://gronxb.github.io/webview-bridge/exporting-type-declarations/custom-declaration-file): Build a bridge declaration file using tsc and move the file as needed.\n3. Private npm Registry: Utilize a private npm registry to export the type of the native bridge.\n\n## Contributor Guide\n\nIf you would like to contribute to webview-bridge by submitting bug fixes or performance improvements, please refer to our [CONTRIBUTING.md](https://github.com/gronxb/webview-bridge/blob/main/CONTRIBUTING.md) guide for detailed instructions. We welcome and appreciate your contributions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgronxb%2Fwebview-bridge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgronxb%2Fwebview-bridge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgronxb%2Fwebview-bridge/lists"}