Member-only story
React Native Android Release with Custom App Version and Signing using Azure DevOps and Google Play Store
REACT + ANDROID + AZURE DEVOPS + GOOGLE PLAY
Introduction
We can use React native, an open source mobile application framework by Facebook, to develop application for Android, IOS, UWP, and Web. In this post, we will see how we can release a React native Android application to Google play store with custom app signing, custom app version configured from Azure DevOps pipeline build number. Sounds interesting, right?
Prerequisites
- Make sure you have a React native application. You can follow this doc to create a dummy application.
- Azure DevOps
Create a dummy android pipeline
Go to Pipelines in Azure DevOps and click on New pipeline, select Azure Devops, select your repository. In the Configure your pipeline section, select Android.
Rename your YAML file and click save. You don’t have to run your pipeline yet.
