<?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: Jack George</title>
    <description>The latest articles on DEV Community by Jack George (@jack_george_08f843b25bb83).</description>
    <link>https://dev.to/jack_george_08f843b25bb83</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%2F1881273%2Fc71a9caf-abe4-4263-973f-3ba65d6d8737.png</url>
      <title>DEV Community: Jack George</title>
      <link>https://dev.to/jack_george_08f843b25bb83</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/jack_george_08f843b25bb83"/>
    <language>en</language>
    <item>
      <title>Navigation Stuck</title>
      <dc:creator>Jack George</dc:creator>
      <pubDate>Sun, 04 Aug 2024 12:32:52 +0000</pubDate>
      <link>https://dev.to/jack_george_08f843b25bb83/navigation-stuck-253n</link>
      <guid>https://dev.to/jack_george_08f843b25bb83/navigation-stuck-253n</guid>
      <description>&lt;p&gt;I use Expo with file-based routing here is an example :&lt;br&gt;
note: drawer, home and book are on the same level cause I wanna to not access the drawer from anywhere inside the home or book&lt;br&gt;
(drawer) (have the drawer and drawer screens)&lt;br&gt;
////_layout&lt;br&gt;
////(tabs)&lt;br&gt;
////////_layout (have the tabs and tabs screens)&lt;br&gt;
////////home.tsx&lt;br&gt;
////////book.tsx&lt;br&gt;
home&lt;br&gt;
////////_layout (have stack navigator for all inside home)&lt;br&gt;
////////example1Folder&lt;br&gt;
////////////index.tsx (the list)&lt;br&gt;
////////////[id].tsx (the details)&lt;br&gt;
////////example2Folder&lt;br&gt;
////////////index.tsx (the list)&lt;br&gt;
////////////[id].tsx (the details)&lt;br&gt;
book&lt;br&gt;
////_layout (have stack navigator for all inside home)&lt;br&gt;
////example2Folder&lt;br&gt;
//////////index.tsx (the list)&lt;br&gt;
//////////[id].tsx (the details)&lt;br&gt;
the problem as you see is that I have the example2Folder inside the home and book so my question is how to handle this case in a better way So example2Folder is shared between home and book and maybe others what should I do in that case&lt;br&gt;
I need help on this thank all&lt;/p&gt;

</description>
      <category>reactnative</category>
      <category>react</category>
      <category>javascript</category>
      <category>typescript</category>
    </item>
  </channel>
</rss>
