<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Modha Manish (mm)</title>
    <description>The latest articles on DEV Community by Modha Manish (mm) (@modha_manish).</description>
    <link>https://dev.to/modha_manish</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3986642%2F4916761c-9b65-4bbe-a861-d3789a2759c1.jpg</url>
      <title>DEV Community: Modha Manish (mm)</title>
      <link>https://dev.to/modha_manish</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/modha_manish"/>
    <language>en</language>
    <item>
      <title>How to Inspect React Native Network Requests in Your Browser (With Zero Config)</title>
      <dc:creator>Modha Manish (mm)</dc:creator>
      <pubDate>Tue, 16 Jun 2026 05:35:30 +0000</pubDate>
      <link>https://dev.to/modha_manish/how-to-inspect-react-native-network-requests-in-your-browser-with-zero-config-2pp1</link>
      <guid>https://dev.to/modha_manish/how-to-inspect-react-native-network-requests-in-your-browser-with-zero-config-2pp1</guid>
      <description>&lt;h1&gt;
  
  
  🚀 Introducing @modhamanish/rn-network-logger — A Zero-Config Network Inspector for React Native &amp;amp; Expo!
&lt;/h1&gt;

&lt;p&gt;Tired of setting up complex proxies, debugging certificates, or opening heavy desktop apps just to inspect network requests in React Native?&lt;/p&gt;

&lt;p&gt;I built a lightweight, plug-and-play network inspector that makes debugging API traffic completely effortless.&lt;/p&gt;

&lt;p&gt;👉 &lt;strong&gt;Key Features:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;⚡ &lt;strong&gt;Zero Config:&lt;/strong&gt; Just import it at the root of your app, and it automatically intercepts all global &lt;code&gt;fetch&lt;/code&gt; and &lt;code&gt;XMLHttpRequest&lt;/code&gt; requests.&lt;/li&gt;
&lt;li&gt;🖥️ &lt;strong&gt;Web Dashboard:&lt;/strong&gt; Inspect, search, filter, and copy requests (including &lt;strong&gt;Copy as cURL&lt;/strong&gt;) directly from a beautiful dark-themed web dashboard in any browser at &lt;code&gt;http://localhost:19796&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;🚀 &lt;strong&gt;CLI Auto-Start:&lt;/strong&gt; The local server automatically boots up in the background when you run &lt;code&gt;yarn start&lt;/code&gt;, &lt;code&gt;yarn ios&lt;/code&gt;, or &lt;code&gt;yarn android&lt;/code&gt; — no manual server management required.&lt;/li&gt;
&lt;li&gt;📦 &lt;strong&gt;Axios Interceptors:&lt;/strong&gt; Built-in hooks for Axios with smart deduplication to prevent double-logging.&lt;/li&gt;
&lt;li&gt;🛡️ &lt;strong&gt;Production-Safe:&lt;/strong&gt; Automatically disabled in production (&lt;code&gt;__DEV__&lt;/code&gt; guard) for zero overhead.&lt;/li&gt;
&lt;li&gt;🔌 &lt;strong&gt;Expo Friendly:&lt;/strong&gt; Fully compatible with Expo projects (simply run &lt;code&gt;npx rn-network-logger&lt;/code&gt; or link it in your start scripts).&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Check out the code, install it in your project, and let me know your feedback! Let's make React Native debugging cleaner and faster.&lt;/p&gt;

&lt;p&gt;🔗 &lt;strong&gt;GitHub:&lt;/strong&gt; &lt;a href="https://github.com/modhamanish/rn-network-logger" rel="noopener noreferrer"&gt;https://github.com/modhamanish/rn-network-logger&lt;/a&gt;&lt;br&gt;
📦 &lt;strong&gt;NPM:&lt;/strong&gt; &lt;a href="https://www.npmjs.com/package/@modhamanish/rn-network-logger" rel="noopener noreferrer"&gt;https://www.npmjs.com/package/@modhamanish/rn-network-logger&lt;/a&gt;&lt;/p&gt;

</description>
      <category>reactnative</category>
      <category>showdev</category>
      <category>opensource</category>
      <category>devtool</category>
    </item>
  </channel>
</rss>
