Monday, July 27, 2020

Update react native app on playstore

Open the build.gradle in the android app folder of your react native app.

Change version code and version no 
versionCode 2
versionName "1.1"
}

Now ./gradlew bundleRelease and make a new release in the play console.

No comments:

Post a Comment