Expo Analytics Tutorial | React Native

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

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

  • @terjeoseberg990
    @terjeoseberg990 15 дней назад

    I would like to be able to send a link to a fixed/frozen version of my development app that people can test in Expo Go that doesn’t require the metro bundler or anything running on my computer. I would like several people to be able to test a frozen version of my app while I’m developing/working on a separate version.
    My app isn’t ready for the App Store yet, but I want testers to be able to test it in the Expo Go app without having to contact me so I can run the metro bundler. Is this possible? Do you have a tutorial that shows how to do what I want?

    • @NativeNotify
      @NativeNotify  15 дней назад

      I'll try to find time to make a video about this. Here is how to do it:
      in your terminal:
      expo login
      expo publish
      Expo will give you a URL that you can text to other people. Tell those people to download Expo Go before clicking on the link. Once they click on the link, your app should open in their Expo Go app.
      That's at least how you used to do it. I haven't done it in a long time.

    • @terjeoseberg990
      @terjeoseberg990 14 дней назад

      @@NativeNotify, Thanks. A video tutorial would be awesome. I’ve been searching both RUclips and the Internet and before you replied I was convinced that it was impossible to do what I wanted. There are no instructions or tutorials anywhere, and I’ve been asking this question under ab lot of videos. There are even people responding to my comments asking if I’ve found a solution yet.
      I’ll try your instructions, but hope you’ll make a video soon.