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 Email validation in c# dot net core

 Use this regex /^_?[a-zA-Z0-9]([a-zA-Z0-9]*[._+-])*[a-zA-Z0-9_]+@(?!-)[A-Za-z0-9-]{1,63}(?<!-)(\.(?!-)[A-Za-z0-9-]{1,63}(?<!-))*\.[A-...