I cant believe this video is for free. It's been years since I last had used expo and I recently started working for a start up and we'll be using it again and so much has changed and I was so confused about the build process. This is golden content, thank you!
I had a lot of problems trying to build the application using EAS with Expo 51, lots of graddle errors or different stuff, so i finally got it using the prebuild method and building it later as a standalone app. Thanks!
You are awesome , Thanks for content. Some reason youtube lack of react native , expo stuff and eas contents. Your contribution is very appreciated sir!!
Awesome! Yeah we had some poblems with an app we built at work using Expo Go and later decided we wanted to put some kind of Google maps or some other map functionality into it. It isn't going well lol
@@prosperdzingo5895 Actually, no. It's just a little side project for us, not ofr a client. None of us have ever built a mobile app through to production. We are all busy with the main project right now. We are also trying to build one with web3 functionality and it's also not going well. I'm not having a fun time with React native when it comes to building more complex apps. Simple stuff is okay.
what exactly was the issue? I'm curious (perhaps expo go makes it difficult using map related features because it might cause location errors or smth?)
Hi Simon, thanks for this great video! I got one question, my team only has Windows machines at work, I know that I can use Expo Go to test the app on our physical devices (iOS and Android), however I’m confused if we actually need Macs to build and deploy our apps to App Store and Play Store. My question is: is there anything I need to manually configure on the native code using xcode and android studio? Things like “Signing and Capabilities”, “Build Settings”, “Bundle Identifier”, etc? My initial plan is to configure the expo prebuild command on my pipeline and use a macOS GitHub hosted runner for building the iOS version, once the app is built we would download the IPA and proceed with the other steps to deploying to the App Store; we already have Apple Developer accounts setup, I’m just concerned if there’s anything we need to manually configure on xcode for Release Version. Thanks in advance!
Hi Simon, great video, thanks! I have an expo project in a monorepo, and i get ERR_FS_FILE_TOO_LARGE error when running npx expo, any idea what does it mean? When taking out the project from the monorepo it works iust fine
Thanks so much for this content... So a quick question, after running prebuild to add some code to the android app build.gradle file can you still run: npx expo prebuild --clean? will this remove the feature i added in the build.gradle file?
As a fresh cross-platform mobile developer coming from a senior C#/.NET position, this is all pretty confusing - but probably the best way to do it? Excellent tutorial
Whats the difference between doing the local "release" deploy via expo and doing the local eas build? I didn't understand that, tbh. But thanks for that great video. I feel like I now understand much more then before.
Hey awesome video, really useful. However I'm not able to run it on my iphone with "npx expo run:ios --device" command. It just opens the simulator. Any idea on how to fix this? Thanks
Really really cool video! Thanks for sharing all the insides 🤲🏻BTW: What is that extension called to show the available commands while typing in the terminal? You get a pretty nice view of available commands to run
I have been developing my app on my laptop and running it on my devices and on friend’s devices using debug mode where all the console log output shows up on my laptop. I now want to create a release candidate that’s uploaded to to my Expo account so that people can test it without involving my laptop. I’m having trouble finding a tutorial that explains how to accomplish this. Have you already created a tutorial for this? Are you willing to create one?
Basically I’m not ready to release my app to the App Store, and I’d like to continue adding features and debugging my own local copy without changing the copy that my testers are using.
currently, react native officially encourages using expo by default. you can check the documentation. i think this is also related to the new architecture.
Is prebuild convert used expo packages too? I mean after we prebuild and switch to the native, can we use expo router, expo icons etc? Are they free to use after prebuild?
I am still a bit confused. If I want to install the app on my iPhone is there any other way different from using Xcode? The point is to not need Apple developer paid account.
Hi Simon, do you know why some Macs don't need to install Watchman and some do? My work Mac doesn't work without Watchman but my personal Mac builds just fine without it.
For some reason when i do run:ios the first time it opens the app on the simulator or phone it crashes with an error. Then i have to delete the “ios” folder and manually run the app. It’s weird, using latest expo based on the “onboarding” process
Simon first of all thanks. I have a question. I have space problem on my laptop and I cannot create android studio or similar. I downloaded Expo Go, but I don't want to connect from my phone. What else can you suggest me for the emulator?
What I don't understand is the "why" of EAS - vs. using prebuild etc to test locally. AFAIK one can even plug in a device via USB to test locally this way (I haven't done that yet though)
Im currently struggling with the dev build. I have an Arduino project that needs the user to connect an Access point that Arduino creates (PC offline if emulator, another network in real device). I'm building wo eas. What ca I do?? 😢
Bruh, I'm getting this error :@ & I know I should go to stack overflow lol, but they already posted it and everything they said didn't work man smt. Failed to upload the project tarball to EAS Build Reason: EPERM: operation not permitted, scandir I force cleaned the cache and it didn't make a difference smt
Oh holon wait, nvm boo, lmao I used eas build --platform all I wanted to try doing it all at once, but expo ain't ready chile. So when I did eas build --platform ios it started working Ah well.
I am facing an issue Whenever I am creating the build locally using XCode/Android Studio, the app gets stuck at the Splash Screen. I want an apk (with js bundled inside it so that I don't need to run metro), that I can install in my device. With EAS Cloud Service, it's easy but I want to do it locally for some reasons(Very Big Reasons), I have tried all the methods but every time the app gets stuck at the Splash Screen. Tried with a fresh project as well but same result for iOS and Android. Simon was able to run that in iOS but I'm not. Someone Please help....
@LucilaTinkin Hii Yes it is fixed now. But I couldn't find the reason why it was happening. I just recreated the project and copied my code there. I did that piece by piece but still couldn't find the issue. Anyways, it is working fine now I can create development build in my system. No need for eas cloud, no limitations.
Finding a developer who prefers xcode over android studio must be rarer than spotting a unicorn. Jetbrains IDEs are usually best-in-class for their respective languages. On the other hand, I think the only IDE I have had the displeasure of using that is worse than xcode would be netbeans, and that is taking me back some. A part of that might be coloured by how compiling a large ios project in xcode took an eternity on my macbook. I am talking an hour or more. The same app for android would take a few seconds.
I don't remember the exact name but when you initialize a new project with the expo command at that time you can add a flag it's something like --without typescript. You can find the exact flag on the expo docs
expo sucks, I am using it now for few years, and all I did is: fixing configurations issues to make the expo not fall apart and run. maybe it's different on Mac but absolutely not good for window users Do not recommend at all
⚡ Stay on top of Expo commands with my new cheat sheet: download.galaxies.dev/cheat-sheet
I just visited the site am student
. I wish to find out if the free pack has most lessons?
No video on RUclips clearly explains all this. thank you so much!
Thank you so much, trying my best over here!
True
other videos aren't this clear
I cant believe this video is for free. It's been years since I last had used expo and I recently started working for a start up and we'll be using it again and so much has changed and I was so confused about the build process. This is golden content, thank you!
Thanks, that makes me really happy :) Hope your startup will be successful!
This is hands down the best and most comprehensive video on the subject! Thanks, Simon! Keep it up 🔥
If you enjoyed it, could you share the channel with your RN friends? ️👋
Thanks!
I had a lot of problems trying to build the application using EAS with Expo 51, lots of graddle errors or different stuff, so i finally got it using the prebuild method and building it later as a standalone app. Thanks!
Amazing video on react native. No other video gave so much details, Thank you so much. Keep creating amazing content like this
Thank you! Will do!
Your explanation was amazing; clear and straightforward. Loved it.
If you enjoyed it, could you share the channel with your RN buddies? ️👋
Thanks!
Thank you so much! You are the SAVIOR. Please bring such topics... These are Gold.
Thank you! Will do!
This video just saved my life. Thanks so very much. I'm joining.
Thank you 🎉🎉🎉. This is a wonderful video. This is the most comprehensive video on building expo to get apps.
You're very welcome!
This was a pretty honest review and tutorial of why to use or not use Expo. Thank you!
You're welcome!
You are awesome , Thanks for content. Some reason youtube lack of react native , expo stuff and eas contents. Your contribution is very appreciated sir!!
Thank you mate!
Exactly what I was looking for. Thanks.
I've been looking for a long time how to make it work without raising the metro server! Thank you very much
Finally all this nightmare explained! Thank you so much
You're very welcome!
Thanks a lot - best explanation ever how to just build a standalone app! The official Expo documentation is IMHO quite confusing.
Great to hear!
What a gem of a video!
Thank you mate!
thank you Simon, super useful!
You're welcome!
Awesome! Yeah we had some poblems with an app we built at work using Expo Go and later decided we wanted to put some kind of Google maps or some other map functionality into it. It isn't going well lol
ooh that's bad did you manage to fix the issue
@@prosperdzingo5895 Actually, no. It's just a little side project for us, not ofr a client. None of us have ever built a mobile app through to production. We are all busy with the main project right now.
We are also trying to build one with web3 functionality and it's also not going well. I'm not having a fun time with React native when it comes to building more complex apps. Simple stuff is okay.
what exactly was the issue? I'm curious (perhaps expo go makes it difficult using map related features because it might cause location errors or smth?)
Super clear, thanks!!!!
How about load environment when build release in Xcode after prebuild bro?
Best video for expo
do you have any basic course on React Native and its pre-requsite. Thanks
Hi Simon, thanks for this great video!
I got one question, my team only has Windows machines at work, I know that I can use Expo Go to test the app on our physical devices (iOS and Android), however I’m confused if we actually need Macs to build and deploy our apps to App Store and Play Store.
My question is: is there anything I need to manually configure on the native code using xcode and android studio? Things like “Signing and Capabilities”, “Build Settings”, “Bundle Identifier”, etc?
My initial plan is to configure the expo prebuild command on my pipeline and use a macOS GitHub hosted runner for building the iOS version, once the app is built we would download the IPA and proceed with the other steps to deploying to the App Store; we already have Apple Developer accounts setup, I’m just concerned if there’s anything we need to manually configure on xcode for Release Version.
Thanks in advance!
this will definitely help memon my research capstone system❤️ I cant thank you enough sir🥰
Hoping to watch a tutorial of React Native and Tensorflow lite from you sir🥹
If you enjoyed it, could you share the channel with your RN buddies? ️👋
Thanks!
@@galaxies_dev I already did, hoping you’ll make tutorial on a tensorflow integrated in react native for offline image classification❤️
very straight forward thanks
Superb detailed video! 👏👏
Thank you! 👍
Hi Simon, great video, thanks!
I have an expo project in a monorepo, and i get ERR_FS_FILE_TOO_LARGE error when running npx expo, any idea what does it mean?
When taking out the project from the monorepo it works iust fine
Same question here!!!!!!!!!!!!!!!!
Thank you so much for the video. I learned a lot, just one question about eas: do you have to install it first?
U r the saviour!!!
Sir....Thanks a lot for ur valuable information 🎉
Always welcome
This is pure gold
Glad you think so!
Thanks so much for this content... So a quick question, after running prebuild to add some code to the android app build.gradle file can you still run: npx expo prebuild --clean? will this remove the feature i added in the build.gradle file?
As a fresh cross-platform mobile developer coming from a senior C#/.NET position, this is all pretty confusing - but probably the best way to do it? Excellent tutorial
Whats the difference between doing the local "release" deploy via expo and doing the local eas build? I didn't understand that, tbh. But thanks for that great video. I feel like I now understand much more then before.
Really detailed and useful content. Thanks for it!
Bro....perfect timing. Thank you!!!!
Really need this video on the official docs!
Hi Simon, I would like to see a video on "How to implement Firebase Analytics in Expo". That would be nice. Keep up the good work 💪
Great suggestion!
Hey awesome video, really useful. However I'm not able to run it on my iphone with "npx expo run:ios --device" command. It just opens the simulator. Any idea on how to fix this? Thanks
Hey Simon, I LOVE YOUR VIDEOS
Super useful!!!
Really really cool video! Thanks for sharing all the insides 🤲🏻BTW: What is that extension called to show the available commands while typing in the terminal? You get a pretty nice view of available commands to run
Used to big Fig, now it was acquired by Amazon Q afaik
Hi, it's not clear for me. Can I use EAS-CLI + React-native CLI? specially EAS Update, I ask it trying to replace Codepush
Awesome. Thanks for all possibilities
Happy to help!
Can you make video about build eas local with multi variant?
I have been developing my app on my laptop and running it on my devices and on friend’s devices using debug mode where all the console log output shows up on my laptop. I now want to create a release candidate that’s uploaded to to my Expo account so that people can test it without involving my laptop. I’m having trouble finding a tutorial that explains how to accomplish this. Have you already created a tutorial for this? Are you willing to create one?
Basically I’m not ready to release my app to the App Store, and I’d like to continue adding features and debugging my own local copy without changing the copy that my testers are using.
@@terjeoseberg990 hello have you found a answer? i'm in the same boat..
@@jorgemendesalves527, No. I’m still searching.
@@jorgemendesalves527, No. I’m still searching for an answer. I hope it’s possible. ChatGPT says it is, but ChatGPT lies.
@@jorgemendesalves527, No. I’m still searching.
Thank you so much, you are the best
You're welcome!
How do you get that intellisense in the terminal
thank you so much for this information Simon, it's really confusing when you start with expo, again, thanks!!!!
I am still confused. Should i go for Expo or React Native CLI? Whats trending the the job market?
currently, react native officially encourages using expo by default. you can check the documentation. i think this is also related to the new architecture.
Bless you! this is incredible!
If you enjoyed it, could you share the channel with your RN buddies? ️👋
Thanks!
@@galaxies_devof course !
the only issue I have been running into is, when doing the `npx expo prebuild` only gives option for android and not ios?
You can only do prebuild for android when you are on windows. You can't build iOS apps on Windows!
Is prebuild convert used expo packages too? I mean after we prebuild and switch to the native, can we use expo router, expo icons etc?
Are they free to use after prebuild?
Yes, you can use all packages after prebuild and it's free
I am still a bit confused. If I want to install the app on my iPhone is there any other way different from using Xcode? The point is to not need Apple developer paid account.
You can use Expo Go, but it's very limited. If you want to develop iOS apps, you simply need a developer account
This is very usefull. Thanks from Indonesian ❇️
Hi Simon, do you know why some Macs don't need to install Watchman and some do? My work Mac doesn't work without Watchman but my personal Mac builds just fine without it.
For some reason when i do run:ios the first time it opens the app on the simulator or phone it crashes with an error.
Then i have to delete the “ios” folder and manually run the app.
It’s weird, using latest expo based on the “onboarding” process
Yeah the current installation is somehow messed up for me as well :/
@@galaxies_dev that seems to solve for me tough, deploy one time to device, delete the ios folder then run it on device works.
Hey can u made a video how to manage store in expo/ react native and
Hi! thanks for the good tutorial but there is this problem am facing... I use firebase as my backend and react.js but seems it doesn't work for me😒😒😒
Can you make authentification with finger print with expo , please ?
how are u getting suggestions in terminal ??
Simon first of all thanks. I have a question. I have space problem on my laptop and I cannot create android studio or similar. I downloaded Expo Go, but I don't want to connect from my phone. What else can you suggest me for the emulator?
how did you create the project in the first place?
Using the Expo CLI?
It really helps, thank you!
Super happy to hear :)
This is really helpful content
If you enjoyed it, maybe you can share the channel with your RN colleagues ✌️
Great explanations!
Can i use EAS with a react native cli project?
Yes, we use it for our production application and replace Microsoft app center with EAS.
i wanna to say that, your are superhero
If you enjoyed it, maybe you can share the channel with your RN colleagues ✌️
You're incredible! Thank you for your videos
Thank you very much! 🙇
How can we make local releases and apk build in windows for android with expo?
Hi, when I run command npx expo prebuild it's created only android directory nor iOS. How can I create iOS directory?
If you are on Windows, you can't create an iOS prebuild.
lovely content bro thanks
Glad you enjoyed it
What I don't understand is the "why" of EAS - vs. using prebuild etc to test locally. AFAIK one can even plug in a device via USB to test locally this way (I haven't done that yet though)
Not everyone has a mac, and companies don't want to run builds locally. EAS can handle all of that (and more) in the cloud
@galaxies_dev haha I don't have a Mac. Sounds ike I'll need EAS for eventual iPhone testing then. Cheers 👍😊
You are so underrated
I tried eas on a real client project but i got build issues. Till today, i never been able to solve that. I hope by now it'll work out.
Im currently struggling with the dev build. I have an Arduino project that needs the user to connect an Access point that Arduino creates (PC offline if emulator, another network in real device). I'm building wo eas. What ca I do?? 😢
Came from flutter, to expand my react to native, and as far I've not got a "clean" journey. It's more like what is this Franky?
My development OS is Windows, when I run prebuild command, I only get android directory. What should I do for this?
You need a Mac for iOS or use EAS
Thanks for the xcode part
But the only way I can access ios/android folders is Expo prebuild?
Yes
Bruh, I'm getting this error :@
& I know I should go to stack overflow lol, but they already posted it and everything they said didn't work man smt.
Failed to upload the project tarball to EAS Build
Reason: EPERM: operation not permitted, scandir
I force cleaned the cache and it didn't make a difference smt
Oh holon wait, nvm boo, lmao
I used eas build --platform all
I wanted to try doing it all at once, but expo ain't ready chile.
So when I did eas build --platform ios it started working
Ah well.
I am facing an issue
Whenever I am creating the build locally using XCode/Android Studio, the app gets stuck at the Splash Screen.
I want an apk (with js bundled inside it so that I don't need to run metro), that I can install in my device.
With EAS Cloud Service, it's easy but I want to do it locally for some reasons(Very Big Reasons), I have tried all the methods but every time the app gets stuck at the Splash Screen. Tried with a fresh project as well but same result for iOS and Android.
Simon was able to run that in iOS but I'm not. Someone Please help....
@LucilaTinkin Hii
Yes it is fixed now.
But I couldn't find the reason why it was happening.
I just recreated the project and copied my code there. I did that piece by piece but still couldn't find the issue.
Anyways, it is working fine now I can create development build in my system. No need for eas cloud, no limitations.
I want generate apk file of my expo app. How can I do this without eas build?
That is explained in this video, using gradle!
awesome!!
When I used prebuild I got only an android folder why? How can I solve it
On Windows you can't build for iOS, you would have to use a Mac or EAS
life saver
If you enjoyed it, maybe you can share the channel with your RN colleagues ✌️
having trouble using app simulator 😢
i wish you would have shown how to handle env variables, we need more intermediate tutorials not so many beginner
thank you!
You're welcome!
ty
If you enjoyed it, maybe you can share the channel with your RN colleagues ✌️
hello Mr, I don't receive cheat-sheet, please re-send me
Finding a developer who prefers xcode over android studio must be rarer than spotting a unicorn.
Jetbrains IDEs are usually best-in-class for their respective languages.
On the other hand, I think the only IDE I have had the displeasure of using that is worse than xcode would be netbeans, and that is taking me back some.
A part of that might be coloured by how compiling a large ios project in xcode took an eternity on my macbook. I am talking an hour or more. The same app for android would take a few seconds.
How can I configure it to just use JS (not typescript)
I don't remember the exact name but when you initialize a new project with the expo command at that time you can add a flag it's something like --without typescript. You can find the exact flag on the expo docs
@@MohdSuhail-c9e the problem is that I've been looking for that flag for days but I'm unable to find it
Not recommended. You will find yourself in debug hell if you do not use a typed language like typescript
@@TheSuperBoyProject I don't know Typescript
@@dev.j255learn it. It’s just JavaScript with types
things gets a little bit crazy when you leave the comfort of expo go , i felt that statements lol
Indeed, but you can manage it!
How is he getting suggestion in terminal? Anyone know?
I think it’s Fig
hey simon what the VS code theme you are using PLEASE TELL ME I AM HAVING ISSUES WITH DEFAULT THEME TEXT COLORS
you can use learn with summit - shades of gray theme
@@mdmuhaiminul485 vai currently oitai use kortesi :D
First Here 😃
Yes you are!
Great
You forgot the Web build 😅
expo sucks,
I am using it now for few years, and all I did is: fixing configurations issues to make the expo not fall apart and run.
maybe it's different on Mac but absolutely not good for window users
Do not recommend at all
Agree