Build - APK e IPA

Good morning, I have an application in snakes and I would like to build both for android and iOS, which command and how to do.

Hey @gladisson,

You’ll want to run expo build:ios to build your .ipa file and expo build:android to build your .apk file. In the future please make sure to search and read the documentation before posting a question as you will often be able to find the answer quickly and won’t have to wait for someone else to answer.

Cheers,
Adam

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.