How to generate APK for an ExpoKit project?

I was with an Expo project, but due to the need to apply forms of payment, I needed to eject the project to have the /android and /ios folders to edit them directly. I decided to use react-native-iap, so I went for an ExpoKit project, as it is recommended by the Expo documentation since it continues to use Expo properties, as opposed to a complete ejection. So … I did the right editions, but how do I generate the app apk? Since ‘expo build: android’ does not work on this type of project.

Hey @mathiew0,

Once you eject you have to use Android Studio to build a release variant to get your .apk file to upload to the Play Store.

Cheers,

Adam

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