React Native

Building and Shipping a React Native iOS App with Jenkins: A Practical, End-to-End Pipeline

If you’re maintaining a React Native monorepo and need a repeatable, one-click iOS build pipeline, this post walks you through a production-grade Jenkins setup that: Selects environments, schemas, and configs at build time Installs dependencies (Node, Ruby/Bundler, CocoaPods) cleanly Archives and exports an IPA via...

by Vibhash Kumar
Tag: Release
10-Sep-2025

React Native

Creating iOS build using Command in React Native

Introduction In the world of mobile app development, ensuring that your iOS application is correctly built and deployed is crucial. One of the most popular package managers used in modern JavaScript-based mobile development is YARN. It helps manage dependencies efficiently and provides a seamless experience for React Native and other...

by Vibhash Kumar
Tag: Release
22-Mar-2025