Day: June 8, 2025
-
Creating a new release for a React Native app for google play store
In your code, in the file build.gradle increase the versionCode. To export an aab file for Google Play run The file will be in the folder android/app/build/outputs/bundle/release/app-release.aab In google play, find your app, click on “Test and release/Production” on the side bar. Then click the ‘Create new release’ button at the top right. Drag and…