Тёмный

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

Arpan Neupane
Подписаться 12 тыс.
Просмотров 58 тыс.
50% 1

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 Website: arpanneupane.com
My GitHub: github.com/arp...
Official React Native Documentation: reactnative.dev/
My Programming Gear :
Keyboard: amzn.to/42vXkxh
Laptop: amzn.to/3CkAP3W
Laptop Stand: amzn.to/3X116Oi
Desk: amzn.to/43wmIEt
Monitor: amzn.to/42BAaFH
Monitor Arm: amzn.to/3NR0APS
Chair: amzn.to/42vvKAn
Desk Mat/Mousepad: amzn.to/43AhKqj
Microphone: amzn.to/45RuQ43
Headphones: amzn.to/445sf4R
#ReactNative // #Apps // #LearnToCode

Опубликовано:

 

18 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 56   
@carolsf
@carolsf 5 дней назад
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)
@daigahou
@daigahou Год назад
expo publish is not supported in the local CLI, please use eas update instead
@Lordwisetech
@Lordwisetech 4 месяца назад
Please how can I do that, please I'm stuch 😢😢😢
@user-te2pe5qm8o
@user-te2pe5qm8o Год назад
That's exactly what I looking for, thank you
@aseemsavio6696
@aseemsavio6696 2 года назад
Hey, Great video! How long will this be installed on an ios device? Should I repeat the installation process multiple times?
@milesthomas3317
@milesthomas3317 3 года назад
Thanks for this video!
@ArpanNeupaneProductions
@ArpanNeupaneProductions 3 года назад
You’re welcome
@arupde6320
@arupde6320 3 года назад
upload regularly .. subscribed
@ArpanNeupaneProductions
@ArpanNeupaneProductions 3 года назад
Thanks
@gerardoaleman9521
@gerardoaleman9521 10 месяцев назад
what if i have a backend in php and a mysql db
@the321
@the321 2 года назад
Thank you !
@ArpanNeupaneProductions
@ArpanNeupaneProductions 2 года назад
Thank YOU for watching!
@schadrackbotombe9899
@schadrackbotombe9899 2 года назад
super cool video...worked for me!!!
@ArpanNeupaneProductions
@ArpanNeupaneProductions 2 года назад
Glad it helped!
@soumadip_skyy_banerjee
@soumadip_skyy_banerjee 11 месяцев назад
Thanks ❤
@nimanjagligovic2339
@nimanjagligovic2339 9 месяцев назад
Thanks man, keep it up!
@pronoychowdhurypothik3586
@pronoychowdhurypothik3586 9 месяцев назад
Bro is it free?
@nimanjagligovic2339
@nimanjagligovic2339 9 месяцев назад
@@pronoychowdhurypothik3586 Yep
@Kayzman
@Kayzman Год назад
what vscode extension are you using for your icons?
@faizanmansoori6835
@faizanmansoori6835 2 года назад
How to permanently install an expo app on phone?
@livrodazoera1687
@livrodazoera1687 7 месяцев назад
Yooooo perfect content bro
@negativepunk9638
@negativepunk9638 2 года назад
thanks man! big help
@ArpanNeupaneProductions
@ArpanNeupaneProductions 2 года назад
Of course!
@grupiebug
@grupiebug 5 месяцев назад
ur lowkey the goat
@ArpanNeupaneProductions
@ArpanNeupaneProductions 3 месяца назад
You are!
@nigelpallatt
@nigelpallatt 2 года назад
You did not go to the app store and show your app listing? But good tut thanks.
@ArpanNeupaneProductions
@ArpanNeupaneProductions 2 года назад
You can see your app listing if you go to your profile.
@pradeepbb1729
@pradeepbb1729 Год назад
Thank you so much for this video bro , im able to deploy my App to expo store.
@kevincasas1806
@kevincasas1806 2 года назад
all good but, because it does not work with IOS, only locally but not in the expo app store
@ArpanNeupaneProductions
@ArpanNeupaneProductions 2 года назад
You have to be logged into the Expo app on your phone and then you can go to that link for the app and then open it from there.
@happydominos2341
@happydominos2341 2 года назад
how to upload expo's app to playstore?
@ArpanNeupaneProductions
@ArpanNeupaneProductions 2 года назад
I'd recommend checking this out: ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-7K6l3Jxi6SE.html
@도미노블록
@도미노블록 2 года назад
Thankyou!
@ArpanNeupaneProductions
@ArpanNeupaneProductions 2 года назад
@@도미노블록 Of course :)
@happydominos2341
@happydominos2341 2 года назад
Thanks @Arpan Neupane
@eoau
@eoau 7 месяцев назад
how do you do this now? it wont let me do it
@rtm1619
@rtm1619 Год назад
your app.json already started with expo..
@KavikumarC
@KavikumarC Год назад
should i use expo publish each time i update my code?
@stafa5568
@stafa5568 Год назад
Have u found a solution for it yet ?
@_baseer_
@_baseer_ 2 года назад
it gives an error after "expo login" i already installed expo cli long time a go & also have a expo acc.
@ArpanNeupaneProductions
@ArpanNeupaneProductions 2 года назад
Show me the error
@_baseer_
@_baseer_ 2 года назад
@@ArpanNeupaneProductions expo : The term 'expo' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again. At line:1 char:1 + expo login + ~~~~ + CategoryInfo : ObjectNotFound: (expo:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException
@ArpanNeupaneProductions
@ArpanNeupaneProductions 2 года назад
@@_baseer_ Check this link: bobbyhadz.com/blog/not-recognized-as-internal-or-external-command-expo
@ArpanNeupaneProductions
@ArpanNeupaneProductions 2 года назад
This link should help. Let ke know if there are any issues
@sahinewswala7466
@sahinewswala7466 Год назад
Bro how to convert into apk please upload that also it will be big help
@Kinsops
@Kinsops Год назад
“Expo publish not supported in the local cli” I keep on getting that error
@_voiski
@_voiski Год назад
eas updade
@stafa5568
@stafa5568 Год назад
@@_voiski How is that done ?
@Lordwisetech
@Lordwisetech 4 месяца назад
Has anyone get this issue solved please
@dipikabhattarai
@dipikabhattarai 2 года назад
Is this your voice?
@ArpanNeupaneProductions
@ArpanNeupaneProductions 2 года назад
Yep
@dipikabhattarai
@dipikabhattarai 2 года назад
@@ArpanNeupaneProductions La maile subscribe gare!
@ArpanNeupaneProductions
@ArpanNeupaneProductions 2 года назад
@@dipikabhattarai धेरै धेरै धन्यवाद !
@ryanl8119
@ryanl8119 Год назад
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?
@ArpanNeupaneProductions
@ArpanNeupaneProductions Год назад
That is because you must have an Expo account in order to test the app the same way you would need an Apple ID or Google Account to use apps on iOS and Android, respectively.
@salahalsamarraaee650
@salahalsamarraaee650 2 года назад
Thanks for this video!
Далее
eas submit tutorial | Expo | React Native
12:03
Просмотров 12 тыс.
How to Deploy a React App to Heroku
6:59
Просмотров 8 тыс.