Introduction In the previous article, I explained how to automate iOS builds and TestFlight uploads using Fastlane in a React Native project. Now let’s continue the automation journey by setting up Android deployment automation using Fastlane. Managing Android releases manually can quickly become repetitive. A typical release process usually involves: Updating versionCode Cleaning Gradle builds […]
Introduction Publishing iOS builds manually can become repetitive very quickly. Every release usually involves: Opening Xcode Selecting the correct scheme Creating an archive Exporting an .ipa Uploading to TestFlight Adding release notes Waiting for processing Doing this repeatedly increases the chances of mistakes and slows down release cycles. This is where Fastlane becomes extremely useful. […]