Expo Development Build Tutorial (Expo Go Replacement) | React Native

Поделиться
HTML-код
  • Опубликовано: 27 дек 2024

Комментарии • 10

  • @dreamsachiever212
    @dreamsachiever212 9 дней назад

    this video just comforts me as an android user. so much bs on iOS. wtf

  • @ajaviles13
    @ajaviles13 Месяц назад +1

    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.

    • @NativeNotify
      @NativeNotify  Месяц назад +1

      In your assets folder there is an icon.png, I believe. You can change that to update the icon image in iOS

    • @ajaviles13
      @ajaviles13 Месяц назад

      @@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.

  • @YSl11
    @YSl11 10 дней назад

    Link URL is not working

    • @TJMcCarty
      @TJMcCarty 10 дней назад

      Which Link URL? I just tried the ones in the description and it worked for me

  • @jimmyjam77
    @jimmyjam77 Месяц назад

    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?

    • @NativeNotify
      @NativeNotify  Месяц назад +1

      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

  • @alanhcrdz
    @alanhcrdz Месяц назад

    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.

  • @terjeoseberg990
    @terjeoseberg990 Месяц назад

    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.