Tuesday, July 28, 2020

Azure Build react native app with gradle

I found this blog explains the steps to build a react native app with gradle in azure ci/cd pipelines. The only confusion was regarding keystore files, after searching a bit on internet I realized that keystore files can have both .keystore and .jks extension.

https://techcommunity.microsoft.com/t5/windows-dev-appconsult/using-azure-devops-to-create-a-ci-cd-pipeline-for-an-android/ba-p/1094422

No comments:

Regex obfuscate email

 Use this code in C# to obfuscate email using regex // Online C# Editor for free // Write, Edit and Run your C# code using C# Online Compile...