Putting a Wallpaper Shuffle in Control Center — a ControlWidget in a Rork (Expo) App, Rebuilt for iOS 26
Field notes on bolting a Control Center control (ControlWidget) onto a Rork-built React Native wallpaper app — App Group sharing, AppIntent, the Expo config plugin that survives prebuild, and what changed when I rebuilt it for iOS 26 accented rendering.
iOS 26 Liquid Glass Broke My Rork App's UI — How to Fix It
After updating to iOS 26 Liquid Glass, many Rork Max apps experience broken navigation bars, washed-out colors, and floating tab bar layout issues. This guide covers the three most common failure patterns with specific Rork fix prompts.
Updating Your Rork App for iOS 26 and Expo SDK 54
A developer's guide to preparing Rork-built React Native apps for iOS 26. Covers Expo SDK 54 migration, Liquid Glass tab bars with NativeTabs, GlassView implementation, and common errors with fixes.
Use Apple FoundationModels in Rork — A Practical Guide to On-Device LLM Apps That Keep Working Offline
Call Apple's FoundationModels framework from a Rork-generated SwiftUI app to add AI features that keep working offline. Covers text generation, streaming, structured output via @Generable, and tool calling — all with full Swift code and production-ready error handling.
Adding iOS 26 Liquid Glass to Rork Max Apps — What I Learned After Three Real Apps
I shipped three Rork Max apps that adopt iOS 26 Liquid Glass. Here is what actually works in production: where to apply glassEffect, how to fall back on iOS 25, and the three most common ways the new material breaks your UI.