I was with an Expo project, but due to the need to apply payment methods, I had to eject the project to have the / android and / or 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.