{"id":13775780,"url":"https://github.com/kureev/react-native-network-proxy","last_synced_at":"2025-10-11T15:20:20.263Z","repository":{"id":53441157,"uuid":"95995577","full_name":"Kureev/react-native-network-proxy","owner":"Kureev","description":"Network debugger (logger) for React Native apps","archived":false,"fork":false,"pushed_at":"2021-03-30T14:11:20.000Z","size":5,"stargazers_count":75,"open_issues_count":3,"forks_count":8,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-27T03:12:00.554Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/Kureev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-07-02T01:17:47.000Z","updated_at":"2024-09-19T13:04:59.000Z","dependencies_parsed_at":"2022-09-09T03:10:22.535Z","dependency_job_id":null,"html_url":"https://github.com/Kureev/react-native-network-proxy","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kureev%2Freact-native-network-proxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kureev%2Freact-native-network-proxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kureev%2Freact-native-network-proxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kureev%2Freact-native-network-proxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kureev","download_url":"https://codeload.github.com/Kureev/react-native-network-proxy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243742551,"owners_count":20340665,"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":[],"created_at":"2024-08-03T17:01:49.550Z","updated_at":"2025-10-11T15:20:15.229Z","avatar_url":"https://github.com/Kureev.png","language":"JavaScript","funding_links":[],"categories":["\u003ca id=\"d03d494700077f6a65092985c06bf8e8\"\u003e\u003c/a\u003e工具"],"sub_categories":["\u003ca id=\"0ff94312f3ab4898f5996725133ea9d1\"\u003e\u003c/a\u003e未分类"],"readme":"## 🛠 Network debug tool for react-native\n\nEver struggled with debugging network requests in React Native? Prefer console tools over GUI solutions (like [reactotron](https://github.com/infinitered/reactotron))?\n\n![react-native-network-proxy](http://i.imgur.com/kNtLzUr.jpg)\n\n## Getting started\n\n- Install `react-native-network-proxy` by running\n\n  ```bash\n  $ yarn add react-native-network-proxy\n  ```\n  or \n  ```bash\n  $ npm i react-native-network-proxy --save\n  ```\n  \n- Add `react-native-network-proxy` to your react-native application:\n\n  ```js\n  import { start as startNetworkDebugging } from 'react-native-network-proxy';\n\n  startNetworkDebugging({\n    host: 'localhost',\n    port: 6969,\n  });\n\n  // or just startNetworkDebugging();\n  ```\n  \n- Start `react-native-network-proxy` server:\n\n  ```bash\n  $ yarn react-native-network-proxy\n  ```\n  or\n  ```bash\n  $ npm run react-native-network-proxy\n  ```\n  \n- That's it! Run your app and make your `fetch`/`XMLHttpRequest`! The request should appear in the console where the server is running\n\n## Help\n\nYou can always reach me on [twitter (@kureevalexey)](https://twitter.com/@kureevalexey)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkureev%2Freact-native-network-proxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkureev%2Freact-native-network-proxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkureev%2Freact-native-network-proxy/lists"}