Generate an APK with eas in Expo React Native

Tiempo de lectura: 2 minutos Reading time: 2 minutes Today I’m going to show you how to generate an APK using eas in Expo React Native. The first thing we’re going to do is install eas-cli: npm install -g eas-cli Once installed, we launch the command to configure: eas build:configure And this appears: We select what we want to configure … Read more