โ ํผ๋๋ก
๐ Introducing @modhamanish/rn-network-logger โ A Zero-Config Network Inspector for React Native & Expo!
Tired of setting up complex proxies, debugging certificates, or opening heavy desktop apps just to inspect network requests in React Native?
I built a lightweight, plug-and-play network inspector that makes debugging API traffic completely effortless.
๐ Key Features:
- โก Zero Config: Just import it at the root of your app, and it automatically intercepts all global
fetchandXMLHttpRequestrequests. - ๐ฅ๏ธ Web Dashboard: Inspect, search, filter, and copy requests (including Copy as cURL) directly from a beautiful dark-themed web dashboard in any browser at
http://localhost:19796. - ๐ CLI Auto-Start: The local server automatically boots up in the background when you run
yarn start,yarn ios, oryarn androidโ no manual server management required. - ๐ฆ Axios Interceptors: Built-in hooks for Axios with smart deduplication to prevent double-logging.
- ๐ก๏ธ Production-Safe: Automatically disabled in production (
__DEV__guard) for zero overhead. - ๐ Expo Friendly: Fully compatible with Expo projects (simply run
npx rn-network-loggeror link it in your start scripts).
Check out the code, install it in your project, and let me know your feedback! Let’s make React Native debugging cleaner and faster.
๐ GitHub: https://github.com/modhamanish/rn-network-logger
๐ฆ NPM: https://www.npmjs.com/package/@modhamanish/rn-network-logger
์ถ์ถ ๋ณธ๋ฌธ ยท ์ถ์ฒ: dev.to ยท https://dev.to/modha_manish/how-to-inspect-react-native-network-requests-in-your-browser-with-zero-config-2pp1
๋ต๊ธ ๋จ๊ธฐ๊ธฐ