indranil chakrabortyindranilch.hashnode.dev·Sep 2, 2024Simplify Android App Releases Using GitHub Actions, Amazon S3, and Email AlertsA. Introduction In modern software development, automation is not just a convenience—it's a necessity. As developers, we often face repetitive tasks that can be error-prone when done manually. Automating these tasks ensures consistency, saves time, a...33 readsAWS
Fahad Aliimfali.hashnode.dev·May 29, 2023Deploy a React Native App on Google Play Store using the ExpoWe will be seeing the deployment of two kinds of React native apps. One that is managed by the expo and the other which is not managed by the expo. The expo-managed app can be managed or bare workflow. Expo managed apps Configuring app names and ver...57 readsReact Native