Amit Kumar

Mobile developer exploring the evolving world of React Native. I enjoy solving performance challenges, sharing coding hacks, and writing about what I learn along the way.

React Native

Vulnerability Detection Using OSV.dev (Terminal-Only Approach)

Introduction Modern JavaScript applications—especially React Native—depend on hundreds of npm packages. The real risk isn’t just outdated packages, but hidden vulnerabilities inside your dependency tree. Traditional tools like npm audit often overwhelm developers with noisy output and low-context alerts. What we actually need...

17-Apr-2026

React Native

How to Enable Over-the-Air (OTA) Updates in React Native Using Stallion

Introduction Keeping your app users up-to-date instantly is easier than ever with Stallion, a powerful tool for Over-the-Air (OTA) updates in React Native. Forget waiting for app store approvals; push updates directly to your users with zero friction. 🙌 Why Use Stallion? ✅ Built-in Testing Framework to validate updates...

18-Feb-2026

React Native

Upgrading to React Native’s New Architecture (v0.79.3): A Complete Guide

Introduction With the evolution of React Native, the New Architecture brings significant performance and maintainability improvements through features like TurboModules, Fabric, and C++ shared logic. Upgrading to this architecture can seem intimidating—but with the right strategy, it's achievable. In this blog, I’ll walk you...

02-Sep-2025