How to make APK file in React Native Expo project in just 2 minutes....

Поділитися
Вставка
  • Опубліковано 25 лис 2024

КОМЕНТАРІ • 9

  • @Anonymous-im2dy
    @Anonymous-im2dy 8 місяців тому

    thank you for this video it helps me lot. I tried multiple times and also do gpt. but didnt find exact soln.

  • @tahep3906
    @tahep3906 8 місяців тому

    thanks a lot, it worked like a charm, I've tried to build an apk after watching other videos but none of them could produce a working one, I've also subscribed to your channel as reward :), huge thanks again

    • @codeisaurabh
      @codeisaurabh  8 місяців тому

      You're very welcome! I'm glad to hear that the suggestions helped and that you were able to successfully build a working APK.Thank you for subscribing to the channel, and I wish you all the best with your Expo projects!

  • @kevanimations286
    @kevanimations286 6 місяців тому

    Hi, it didn't work:( It doesn't show any errors, but when opening the app on my android device (xiaomi phone) it won't open. Please help:(

    • @T_W_A_Y
      @T_W_A_Y 5 місяців тому

      LOL, Me too.

  • @yasminealnajjar6552
    @yasminealnajjar6552 8 місяців тому

    hello.....I get this error "The term 'eas' is not recognized as the name of a cmdlet, function" when run eas login

    • @codeisaurabh
      @codeisaurabh  8 місяців тому +1

      you need to install eas globally, run this command in your terminal "npm install -g eas-cli" and after it installed then start building apk from beginning.

  • @nooneneedstoknow7
    @nooneneedstoknow7 9 місяців тому

    Hey how to reduce the size 60mb to 10mb my apk is 60 mb expo apk with one screen plz help me

    • @codeisaurabh
      @codeisaurabh  8 місяців тому

      A 60 mb size of apk is normal to have but if you want reduce it then you have to optimize assets, employ code splitting, and minimize dependencies while ensuring functionality is preserved.