<?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>Forem: Lucky Oniovosa</title>
    <description>The latest articles on Forem by Lucky Oniovosa (@lucky_oniovosa).</description>
    <link>https://forem.com/lucky_oniovosa</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%2F1777350%2F14726a6f-722b-4617-8d81-e865eecae49b.jpg</url>
      <title>Forem: Lucky Oniovosa</title>
      <link>https://forem.com/lucky_oniovosa</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/lucky_oniovosa"/>
    <language>en</language>
    <item>
      <title>How to publish your React Native app to Expo Store 2024</title>
      <dc:creator>Lucky Oniovosa</dc:creator>
      <pubDate>Sat, 13 Jul 2024 22:33:29 +0000</pubDate>
      <link>https://forem.com/lucky_oniovosa/how-to-publish-your-react-native-app-to-expo-store-2024-3hpf</link>
      <guid>https://forem.com/lucky_oniovosa/how-to-publish-your-react-native-app-to-expo-store-2024-3hpf</guid>
      <description>&lt;p&gt;I recently tried publishing my React Native app to the Expo store, only to discover that most articles on this topic are obsolete.&lt;/p&gt;

&lt;p&gt;This article aims to help anyone trying to publish their React Native app to the Expo Store by following these simple steps.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Create your project&lt;/strong&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;npx create-expo-app@latest
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Install EAS CLI&lt;/strong&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;sudo npm install --global eas-cli
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Ensure you have an account on Expo&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;a href="https://expo.dev/" rel="noopener noreferrer"&gt;Create Expo account here&lt;/a&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Login to your Expo account on the terminal&lt;/strong&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;npx expo login
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Create or link to your Expo project&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;To create a new project, use the command below&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;eas init
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;if you already have an existing project on your Expo dashboard, use this command&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;eas init --id [paste your project ID gotten from your dashboard]
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Deploy to expo&lt;/strong&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;eas update
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;If you encountered an error like I did while deploying, you might want to clear the cache and re-deploy.&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fbg2bwwk3mdks1nu0pbmo.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fbg2bwwk3mdks1nu0pbmo.png" alt="cache error while deploying" width="800" height="451"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;To clear the cache&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;sudo npm cache clean --force
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;I hope you find this article helpful,&lt;br&gt;
Happy reading, Happy Coding😀&lt;/p&gt;

</description>
      <category>reactnative</category>
      <category>expo</category>
    </item>
  </channel>
</rss>
