<?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: Afnan Shawawreh</title>
    <description>The latest articles on DEV Community by Afnan Shawawreh (@afnanshawawreh).</description>
    <link>https://dev.to/afnanshawawreh</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%2F463143%2F8abfa390-8f01-49e0-afb9-77059b6d9960.jpeg</url>
      <title>DEV Community: Afnan Shawawreh</title>
      <link>https://dev.to/afnanshawawreh</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/afnanshawawreh"/>
    <language>en</language>
    <item>
      <title>How I Structured My React Native Project for Real Scalability</title>
      <dc:creator>Afnan Shawawreh</dc:creator>
      <pubDate>Wed, 30 Apr 2025 03:34:29 +0000</pubDate>
      <link>https://dev.to/afnanshawawreh/how-i-structured-my-react-native-project-for-real-scalability-3bc5</link>
      <guid>https://dev.to/afnanshawawreh/how-i-structured-my-react-native-project-for-real-scalability-3bc5</guid>
      <description>&lt;p&gt;When I started building multi-feature React Native apps, I quickly realized that the usual “components/screens/services” structure doesn’t scale well.&lt;/p&gt;

&lt;p&gt;So I switched to a domain-based architecture, and it changed everything.&lt;/p&gt;

&lt;p&gt;Each feature—like auth, home, profile, or notifications—became a self-contained module. APIs, types, components, and screens all live inside their domain. No more cross-folder chaos.&lt;/p&gt;

&lt;p&gt;I also made sure to:&lt;br&gt;
•Set up RTK Query for API management&lt;br&gt;
•Use TypeScript strictly from day one&lt;br&gt;
•Add i18n for Arabic/English translation support&lt;br&gt;
•Handle Dark Mode using the system theme with full theming support&lt;br&gt;
This setup helped me move faster, onboard new devs easily, and keep code quality high as the app grew.&lt;/p&gt;

&lt;p&gt;I broke down the full structure and reasoning in this article:&lt;br&gt;
&lt;a href="https://medium.com/@afnanmohammed_33246/react-native-setup-for-scalable-mobile-apps-60f15ba2d96e?utm_source=devto" rel="noopener noreferrer"&gt;React Native Setup for Scalable Mobile Apps&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I’d love to hear how others structure large RN projects. How do you handle features, themes, and API logic?&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
