I've just started learning expo and react native and I need to get .ipa .aab, zip and tar.gz files for a published project. I've created a build using eas build and expo build:android, then released it on a dev channel using eas submit, but now I need the actual .ipa .aab, zip and tar.gz files, where do I get them from? Any help and advise is greatly appreciated.
Asked
Active
Viewed 791 times
1
-
1go to expo.dev and check in the deployments, for an apk you would need to specify it in the dev channel. – Abhishek Sah Feb 12 '22 at 15:24
-
1@Anhishek Sah, thank you. I was able to get .aab and .ipa files, but can't find zip and tar.gz files. Do you know where can I get these from? – alia Feb 13 '22 at 01:22
-
i do not think there are those files. – Abhishek Sah Feb 13 '22 at 12:11