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
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!
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.
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.
thank you for this video it helps me lot. I tried multiple times and also do gpt. but didnt find exact soln.
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
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!
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:(
LOL, Me too.
hello.....I get this error "The term 'eas' is not recognized as the name of a cmdlet, function" when run eas login
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.
Hey how to reduce the size 60mb to 10mb my apk is 60 mb expo apk with one screen plz help me
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.