dev-resources.site
for different kinds of informations.
How to publish your React Native app to Expo Store 2024
Published at
7/13/2024
Categories
reactnative
expo
Author
lucky_oniovosa
Author
14 person written this
lucky_oniovosa
open
I recently tried publishing my React Native app to the Expo store, only to discover that most articles on this topic are obsolete.
This article aims to help anyone trying to publish their React Native app to the Expo Store by following these simple steps.
- Create your project
npx create-expo-app@latest
- Install EAS CLI
sudo npm install --global eas-cli
- Ensure you have an account on Expo
- Login to your Expo account on the terminal
npx expo login
- Create or link to your Expo project
To create a new project, use the command below
eas init
if you already have an existing project on your Expo dashboard, use this command
eas init --id [paste your project ID gotten from your dashboard]
- Deploy to expo
eas update
If you encountered an error like I did while deploying, you might want to clear the cache and re-deploy.
To clear the cache
sudo npm cache clean --force
I hope you find this article helpful,
Happy reading, Happy Coding๐
expo Article's
30 articles in total
Read Text Asset File in Expo
read article
Run Storybook with NX Expo and React Native Paper
read article
Explorando Notificaรงรตes Push no React Native com Expo e OneSignal!
read article
Starting React Native Project in 2025
read article
Guia Completo: Como Integrar WatermelonDB no React Native 0.76 com Expo 52 e TypeScript
read article
How to create authenticated routes with the new Expo SDK 51 using Expo Router
read article
React Native Expo with NativeWind v4 and Typescript
read article
Translate & Guess: Build a Flag Quiz with Expo and Tolgee
read article
How i implemented my server login screen for Mastodon
read article
How to Change iOS Push Notifications Permission Dialog with Expo
read article
Exploring React Native Navigation with Expo: A Complete Guide
read article
How to Render OpenStreetMap in an Expo React Native Web App Using React Leaflet
read article
EAS build reads your .gitignore file
read article
#2 - Expo apk keeps on crashing after build
read article
Dear expo, who are you?
read article
npm i openai-react-native
read article
Expo51 Jotai Template + flashlist + tamagui
read article
Scroll-Responsive Animated Header Bar with Expo Router
read article
Expo vs. React Native: Pros, Cons, and Key Differences
read article
To Obfuscate or Not Obfuscate (React Native)
read article
How to disable keyboard suggestions for Android in React Native
read article
Expo51 Jotai Template, ready to use
read article
Let's get started with React Native + Expo
read article
Generar APK con EAS โ๏ธ React Native
read article
How to publish your React Native app to Expo Store 2024
currently reading
Creating a WebView app in React Native using Expo
read article
Embracing Expo: The New Standard for Creating React Native Apps
read article
Automate Your Expo Builds with EAS Using GitHub Actions: A Step-by-Step Guide (Android)
read article
How to Generate APK Using React Native Expo
read article
Creating Chat Bubbles with curls in React Native (svg)
read article
Featured ones: