//
Articles

Articles for developers, by developers

Technical insights from building React and React Native production-grade apps, contributing to core libraries, and solving complex cross-platform challenges.

Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
iOS
11/25/2025

Integrating Swift Package Manager With React Native Libraries

React Native has relied on CocoaPods for iOS dependency management, but Swift Package Manager has become the preferred option for modern Swift development due to its performance and tight Xcode integration. Since React Native 0.75, the spm_dependency helper lets libraries declare SPM packages directly in their podspec files, enabling support for third-party Swift packages distributed only through SPM. This article explains how the integration works, how to adopt it for both remote and local packages, and what to expect until official support ships.

Mike Grabowski

CTO & Founder

@

Callstack

Read more
Virtual Reality
11/20/2025

How to Release a React Native App on the Meta Horizon Store

This article walks through the full release flow for React Native apps on Meta Quest, from preparing a production build to submitting it through the Horizon Store. Developers will learn the technical steps, required tools, and best practices for store‑ready assets. It also highlights common review pitfalls, guidance for creating high‑quality screenshots, monetization options, and tips for shaping a smooth submission workflow. By the end, readers will understand how to take a Quest app from development to a polished, store‑ready release.

Jan Jaworski

Software Engineer

@

Callstack

Read more
Virtual Reality
10/30/2025

Using Expo Libraries on Horizon OS: A Guide to Compatibility

This article serves as a compatibility guide for developers using Expo with React Native on Meta's Horizon OS. It explains why Horizon OS, a custom Android build lacking Google Play Services, creates compatibility differences. The post details which core Expo libraries work, which require configuration via the expo-horizon-core plugin, and which need specific forks (like expo-horizon-notifications) or updated libraries (like expo-iap) to function, enabling developers to build for VR with familiar tools.

Jan Jaworski

Software Engineer

@

Callstack

Read more
Performance
10/14/2025

From Files to Buffers: Building Real-Time Audio Pipelines in React Native

Most audio APIs are designed around files. You generate sound, save it, then read it back for playback or processing. While simple, this workflow breaks down when you need low latency or real-time interaction. In this article, we’ll explore how to work with raw PCM data entirely in memory, construct valid WAV buffers on the fly, and transfer them efficiently to JavaScript using JSI. The result is a flexible foundation for building real-time audio features directly in React Native.

Mike Grabowski

CTO & Founder

@

Callstack

Read more
Sorry, nothing to see here...
Try different category or just safely check all.
See All
//
Hire us

Need React or React Native
expertise you can count on?

We’ve spent years building full-stack, cross-platform apps and solving tough technical challenges. How can we help you?

//
Insights

Your next read or watch starts here

Stay up to date with our latest insights on React, React Native, and cross-platform development from the people who build the technology and scale with it daily.