Produce .ipa and .apk after ejecting with ExpoKit

Hello everyone,

I ejected my RN Expo App with ExpoKit option.
Now I want to produce and .apk and an .ipa, I searched into docs, but nothing appears:

https://docs.expo.io/versions/latest/guides/expokit.html

This is the full guide for expokit, nothing about production builds.

https://docs.expo.io/versions/latest/guides/building-standalone-apps.html

This use exp:build that doesn’t work with ejected projects.

https://docs.expo.io/versions/latest/guides/advanced-expokit-topics.html

This doesn’t explain anything about production builds.

I searched over the forum, but there’s no clear answer and no clear docs for this task.
I think this is a bottleneck, can someone make clearance?

Thank you so much. :slight_smile:

Hey @d2-dev,

Once you detach, you need to use Xcode and Android Studio to produce “Release” versions of your app now.

Cheers,

Adam

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