Wonderful video! I just installed my first development build because of you. And wow, this is AMAZING. Do you know how to change the app icon image? I am using my IOS iPhone.
I ran eas build --local --platform=ios --profile=development, but there was no QR code at the end. Just a link to the local build artifacts. How do I load it on my phone?
You have to upload the file to an Apple developer then use TestFlight to see it, I’m not sure if building locally lets you install the developer build to your phone directly. I haven’t tried it before. I know what I did in the video works though
Thank you for your video! I'm trying to debug my App in real time but it's not working, instead I get this error on android device and emulator: › Reloading apps No apps connected. Sending "reload" to all React Native apps failed. Make sure your app is running in the simulator or on a phone connected via USB. scanning works fine, but cannot debug in real time, cannot reload and make changes.
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.
this video just comforts me as an android user. so much bs on iOS. wtf
Wonderful video! I just installed my first development build because of you. And wow, this is AMAZING. Do you know how to change the app icon image? I am using my IOS iPhone.
In your assets folder there is an icon.png, I believe. You can change that to update the icon image in iOS
@@NativeNotify Got figured it out. I had an "iOS" folder that was overriding the app icon in my "app.json" file so I just deleted the "iOS" folder.
Link URL is not working
Which Link URL? I just tried the ones in the description and it worked for me
I ran eas build --local --platform=ios --profile=development, but there was no QR code at the end. Just a link to the local build artifacts. How do I load it on my phone?
You have to upload the file to an Apple developer then use TestFlight to see it,
I’m not sure if building locally lets you install the developer build to your phone directly. I haven’t tried it before.
I know what I did in the video works though
Thank you for your video!
I'm trying to debug my App in real time but it's not working, instead I get this error on android device and emulator:
› Reloading apps
No apps connected. Sending "reload" to all React Native apps failed. Make sure your app is running in the simulator or on a phone connected via USB.
scanning works fine, but cannot debug in real time, cannot reload and make changes.
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.