Automatically Submit Android Build to Play Store with Expo and EAS in React Native
Tiempo de lectura: < 1 minuto Reading Time: < 1 minute Today I’m going to show you how to submit a build to the Play Store. First, you need to have EAS installed: npm install -g eas-cli && eas login And you should have generated an Android build: eas build -p android --profile production Once the build is generated, we need ... Read more