<?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: stefanosalexandrou</title>
    <description>The latest articles on DEV Community by stefanosalexandrou (@overall).</description>
    <link>https://dev.to/overall</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%2F917220%2Ff5eb44b9-0884-48bb-97e6-f8c4a57df4be.jpeg</url>
      <title>DEV Community: stefanosalexandrou</title>
      <link>https://dev.to/overall</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/overall"/>
    <language>en</language>
    <item>
      <title>How can get route name of a double nested screen in React Native</title>
      <dc:creator>stefanosalexandrou</dc:creator>
      <pubDate>Mon, 29 Aug 2022 09:10:00 +0000</pubDate>
      <link>https://dev.to/overall/how-can-get-route-name-of-a-double-nested-screen-in-react-native-4g70</link>
      <guid>https://dev.to/overall/how-can-get-route-name-of-a-double-nested-screen-in-react-native-4g70</guid>
      <description>&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--AHm8AbP2--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/xuwzy5r2j4yzlc85bnb0.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--AHm8AbP2--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/xuwzy5r2j4yzlc85bnb0.png" alt="Image description" width="880" height="603"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;In StackScreen*&lt;em&gt;Α&lt;/em&gt;* if get route name I will take StackScreenΒ1 or StackScreen*&lt;em&gt;Β2&lt;/em&gt;* depending on which page I'm on.&lt;/p&gt;

&lt;p&gt;The same in StackScreenB1 if get route name I will take Screen*&lt;em&gt;C1&lt;/em&gt;* or Screen*&lt;em&gt;C2&lt;/em&gt;* or Screen*&lt;em&gt;C3&lt;/em&gt;* depending on which page I'm on.&lt;/p&gt;

&lt;p&gt;Is there any way when I am on StackScreen*&lt;em&gt;Α&lt;/em&gt;* to get route name on Nested Screens of StackScreen*&lt;em&gt;B1&lt;/em&gt;*.&lt;/p&gt;

&lt;p&gt;Explain. I am on stage &lt;strong&gt;A&lt;/strong&gt; and I want to get the route name of stage &lt;strong&gt;C&lt;/strong&gt; and &lt;strong&gt;not B&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;*For get route name of B when I am on A , alert(route.name)&lt;/p&gt;

&lt;p&gt;&lt;a href="https://stackoverflow.com/q/73512131/18126365"&gt;Open in StackOverflow&lt;/a&gt;&lt;/p&gt;

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