RORK LABJP
SDK58 — The Expo SDK 58 beta is open. It adopts the iOS 27 UIScene lifecycle, and R8 is now on by default for Android release buildsSWIFT — Rork no longer creates new Expo projects. New apps are Swift, Kotlin or React, and existing Expo projects keep building as before11/01 — Forty-two days remain for anyone who filed an extension on Google Play's target API level. Miss it and new users on newer devices stop seeing the appEXPOGO — Scanning the QR code in Expo Go stopped working for some people. Since September 3, iOS requires you to be signed in on both the terminal and the appNEW — What I changed when prebuild stopped and asked for the standard Swift AppDelegateXCODE27 — Xcode 27 is not required yet. The latest EAS Build image is still 26.6, and the 27 image is listed as coming soonSDK58 — The Expo SDK 58 beta is open. It adopts the iOS 27 UIScene lifecycle, and R8 is now on by default for Android release buildsSWIFT — Rork no longer creates new Expo projects. New apps are Swift, Kotlin or React, and existing Expo projects keep building as before11/01 — Forty-two days remain for anyone who filed an extension on Google Play's target API level. Miss it and new users on newer devices stop seeing the appEXPOGO — Scanning the QR code in Expo Go stopped working for some people. Since September 3, iOS requires you to be signed in on both the terminal and the appNEW — What I changed when prebuild stopped and asked for the standard Swift AppDelegateXCODE27 — Xcode 27 is not required yet. The latest EAS Build image is still 26.6, and the 27 image is listed as coming soon
ARTICLES

All Articles

All (1024) Getting Started (95) Dev Tools (527) AI Models (114) Business (183) App Dev (105)
AI Models/2026-04-22Intermediate

Prompt Techniques for Getting Rork AI to Generate the UI You Actually Want

To get the screen you pictured on the first try from Rork AI, the trick is prompt ordering: state constraints before intent. Here are seven techniques I use daily, each with a bad-example / good-example pair.

Dev Tools/2026-04-22Intermediate

Practical Techniques to Cut the Startup Time of Rork-Generated Apps

If a Rork-generated app feels sluggish on launch, the cause is almost always in how initial loading is assembled. Here's the exact process I used to cut startup time to a third of its original value, measurements included.

Dev Tools/2026-04-22Intermediate

Fixing Japanese IME Input Issues in Rork Apps: A React Native Deep Dive

Apps generated by Rork often misbehave with Japanese IME input — events fire during composition, candidate windows close unexpectedly. Here's how to diagnose and fix it with working React Native code.

Dev Tools/2026-04-22Intermediate

Loading Custom Fonts Cleanly in Rork Apps — Preventing Startup Flicker (FOIT/FOUT) With expo-font

When you ship a Rork-generated app with a custom font, you often see a brief flash of the system font at launch — the classic FOIT/FOUT problem. This guide shows how to combine expo-font and expo-splash-screen to hold the splash screen until fonts are ready, with copy-paste-ready code.

Business/2026-04-22Advanced

Launching a Branded Video Streaming App with Rork as a Solo Developer — HLS Delivery, Stripe Subscriptions, Offline Playback, and Revoking Access on Cancellation

A realistic blueprint for shipping a membership video app with Rork — how to pick an HLS backend, keep Stripe subscription state in sync with playback permission, handle offline viewing securely, and decide whether DRM is actually worth the cost.

AI Models/2026-04-22Beginner

Where Rork Sits After Claude Design — A Landscape Map for AI App Builders

With Claude Design's launch on April 17, 2026, here's how v0, Lovable, Bolt, Canva, Figma, and Rork divide the AI app-building landscape — from a mobile developer's perspective.

Business/2026-04-22Advanced

Operating Rork Apps for Monthly Recurring Revenue: Updates, Churn, and Lineup Strategy

An iOS app cannot intercept the moment a user cancels. Detecting auto-renew-off, killing involuntary churn with billing grace periods, and measuring cohort retention the same way every month — the operations work behind monthly revenue in a Rork app.

Business/2026-04-22Advanced

Rork: From Launch to Your First $1,000 — ASO, Pricing, and Launch Marketing Playbook

Shipping a Rork app to the App Store is not the same as earning from it. A step-by-step playbook for ASO, pricing, and launch marketing that gets you to your first $1,000 in revenue.

Dev Tools/2026-04-22Advanced

Keeping a Rork-Built Solo App Alive Past Year Three — A Maintenance Design Against Silent App Aging

When you run a Rork-built app over the long haul, a kind of 'aging' starts creeping in that wasn't visible at launch — OS updates, breaking library changes, shifting device landscapes. After more than a decade of independent app development and two years of running Rork apps, here are the maintenance design principles I rely on to keep apps stable past year three.

Dev Tools/2026-04-22Intermediate

The Three Implementation Details That Decide First-Touch Feel in Rork Apps — Animation, Haptics, and Transition Speed

Two apps can offer the same features yet feel completely different. The reason usually comes down to animation, haptics, and transition speed. Here is exactly how to implement each of the three in a Rork-built app, with code you can drop in today.

AI Models/2026-04-22Advanced

Building an AI Reading Assistant App with Rork — Bookshelf Scanning, Progress Tracking, and Chapter Summaries

A complete guide to building a reading app on Rork that scans your bookshelf with a photo, tracks progress per chapter, and generates personal AI summaries and reflective questions with Claude — including monetization design.

Dev Tools/2026-04-21Advanced

Rork × Fastlane × EAS Release Automation Guide — Ship Screenshots, Metadata, and TestFlight/Play Console Builds With One Command

A production-ready implementation guide for automating Rork app releases with Fastlane and EAS. Generate screenshots, sync store metadata, and ship to TestFlight and Google Play with a single command.