<?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: Katanyoo Ubalee</title>
    <description>The latest articles on DEV Community by Katanyoo Ubalee (@katanyoo).</description>
    <link>https://dev.to/katanyoo</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%2F373426%2Fb8a81659-c7f1-47b9-aade-97ebdb740660.jpeg</url>
      <title>DEV Community: Katanyoo Ubalee</title>
      <link>https://dev.to/katanyoo</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/katanyoo"/>
    <language>en</language>
    <item>
      <title>ignite 3.5.1 andross template (react-navigation error)</title>
      <dc:creator>Katanyoo Ubalee</dc:creator>
      <pubDate>Sun, 26 Apr 2020 12:01:38 +0000</pubDate>
      <link>https://dev.to/katanyoo/ignite-3-5-1-andross-template-react-navigation-error-27no</link>
      <guid>https://dev.to/katanyoo/ignite-3-5-1-andross-template-react-navigation-error-27no</guid>
      <description>&lt;p&gt;If you see this error after creating a new project from ignite-cli (3.5.1)&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;undefined is not an object (evaluating '_reactNavigation.ThemeColors.light')
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



&lt;p&gt;you can fix it by update react-navigation to version 4.0.5 (or greater).&lt;/p&gt;

&lt;p&gt;And after that, you will see next error like this&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;bundling failed: Error: Unable to resolve module ` react-native-screens` from XXX
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



&lt;p&gt;you can fix it by reinstalling/updating these packages.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;npm install --save react-native-gesture-handler react-native-reanimated react-native-screens
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



&lt;p&gt;good luck ^^&lt;/p&gt;

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