How to Deploy a React Native App to the Expo App Store

preview_player
Показать описание
Hey guys! Welcome back, in this video I will be showing you guys how to deploy a React Native app to the Expo App Store. We will first create an Expo account, then we will set up the prerequisites for our app, and lastly, we will log in to the expo-cli to deploy the app to the Expo App Store.

If you didn't know already, Expo has its own app store similar to the Apple App Store and Google Play Store where developers can deploy their mobile apps.

If you're not familiar with React Native, React Native is an open-source mobile application development framework created by Facebook. It allows developers to create cross-platform applications using the same codebase, which can then be shared between iOS and Android devices. React Native was developed as a way to build fast, robust applications that are easy to maintain.

My Programming Gear :

#ReactNative // #Apps // #LearnToCode
Рекомендации по теме
Комментарии
Автор

Thank you!

For those of you who are trying to create an app/apk just for testing your studies, here’s a quick guide:

1. eas update
2. eas submit
3. eas build

And don't forget to create a file eas.json like this:
{
"build": {
"production": {
"android": {
"buildType": "apk"
}
}
}
}

This is how you can download your app as an apk via Expo Go (the Expo app)

carolsf
Автор

expo publish is not supported in the local CLI, please use eas update instead

daigahou
Автор

Hey, Great video! How long will this be installed on an ios device? Should I repeat the installation process multiple times?

aseemsavio
Автор

That's exactly what I looking for, thank you

安全保密
Автор

what if i have a backend in php and a mysql db

gerardoaleman
Автор

How to permanently install an expo app on phone?

faizanmansoori
Автор

all good but, because it does not work with IOS, only locally but not in the expo app store

kevincasas
Автор

what vscode extension are you using for your icons?

Kayzman
Автор

You did not go to the app store and show your app listing? But good tut thanks.

nigelpallatt
Автор

how to upload expo's app to playstore?

happydominos
Автор

your app.json already started with expo..

rtm
Автор

how do you do this now? it wont let me do it

eoau
Автор

Bro how to convert into apk please upload that also it will be big help

sahinewswala
Автор

should i use expo publish each time i update my code?

KavikumarC
Автор

“Expo publish not supported in the local cli” I keep on getting that error

Kinsops
Автор

it gives an error after "expo login" i already installed expo cli long time a go & also have a expo acc.

_baseer_
Автор

You’re logged in with your account details. I did this same exact thing, however whenever a user tries to use the app you created, with the published link, they will get a 403 error. Only you, the developer will be able to use that link and test the app, no one else. Have you found a way around this yet?

ryanl
Автор

Thank you so much for this video bro, im able to deploy my App to expo store.

pradeepbb