<?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.us-east-2.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>MMTemplate: A Production-Ready React Native TypeScript Boilerplate</title>
      <dc:creator>Modha Manish (mm)</dc:creator>
      <pubDate>Wed, 02 Sep 2026 10:28:24 +0000</pubDate>
      <link>https://dev.to/modha_manish/mmtemplate-a-production-ready-react-native-typescript-boilerplate-5hj0</link>
      <guid>https://dev.to/modha_manish/mmtemplate-a-production-ready-react-native-typescript-boilerplate-5hj0</guid>
      <description>&lt;p&gt;𝗦𝘁𝗼𝗽 𝘄𝗮𝘀𝘁𝗶𝗻𝗴 𝘁𝗶𝗺𝗲 𝗼𝗻 𝗯𝗼𝗶𝗹𝗲𝗿𝗽𝗹𝗮𝘁𝗲. 𝗦𝘁𝗮𝗿𝘁 𝗯𝘂𝗶𝗹𝗱𝗶𝗻𝗴 𝘄𝗶𝘁𝗵 𝗠𝗠𝗧𝗲𝗺𝗽𝗹𝗮𝘁𝗲. 🚀&lt;/p&gt;

&lt;p&gt;Calling all ReactNative developers! ⚛️&lt;/p&gt;

&lt;p&gt;I just open-sourced (or updated) MMTemplate, a robust React Native TypeScript boilerplate designed to get your apps to production faster.&lt;/p&gt;

&lt;p&gt;Why start from scratch when you can have a production-ready stack in seconds?&lt;/p&gt;

&lt;p&gt;𝗪𝗵𝗮𝘁'𝘀 𝘂𝗻𝗱𝗲𝗿 𝘁𝗵𝗲 𝗵𝗼𝗼𝗱?&lt;br&gt;
 • 𝗟𝗮𝗻𝗴𝘂𝗮𝗴𝗲: Full TypeScript v5 support&lt;br&gt;
 • 𝗡𝗮𝘃𝗶𝗴𝗮𝘁𝗶𝗼𝗻: React Navigation v7 (Native Stack)&lt;br&gt;
 • 𝗦𝘁𝗼𝗿𝗮𝗴𝗲: High-performance persistence with MMKV&lt;br&gt;
 • 𝗔𝗻𝗶𝗺𝗮𝘁𝗶𝗼𝗻𝘀: Reanimated v4 &amp;amp; Worklets&lt;br&gt;
 • 𝗶𝟭𝟴𝗻: Multi-language support (English/Hindi) out of the box&lt;br&gt;
 • 𝗧𝗵𝗲𝗺𝗶𝗻𝗴: Persistent Light/Dark mode&lt;br&gt;
 • 𝗔𝘂𝘁𝗵 𝗙𝗹𝗼𝘄: Pre-configured Login &amp;amp; Profile logic&lt;/p&gt;

&lt;p&gt;Get started in one command:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;𝙣𝙥𝙭 @𝙧𝙚𝙖𝙘𝙩-𝙣𝙖𝙩𝙞𝙫𝙚-𝙘𝙤𝙢𝙢𝙪𝙣𝙞𝙩𝙮/𝙘𝙡𝙞@𝙡𝙖𝙩𝙚𝙨𝙩 𝙞𝙣𝙞𝙩 𝙔𝙤𝙪𝙧𝘼𝙥𝙥𝙉𝙖𝙢𝙚 &lt;span class="nt"&gt;--&lt;/span&gt;𝙩𝙚𝙢𝙥𝙡𝙖𝙩𝙚 @𝙢𝙤𝙙𝙝𝙖𝙢𝙖𝙣𝙞𝙨𝙝/𝙧𝙣-𝙢𝙢-𝙩𝙚𝙢𝙥𝙡𝙖𝙩𝙚
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Check it out on 📦 NPM: &lt;a href="https://www.npmjs.com/package/@modhamanish/rn-mm-template" rel="noopener noreferrer"&gt;https://www.npmjs.com/package/@modhamanish/rn-mm-template&lt;/a&gt;&lt;/p&gt;



</description>
      <category>reactnative</category>
      <category>mobile</category>
      <category>npm</category>
    </item>
    <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>
