RORK LABJP
PLAY — Google Play's target API level 36 requirement took effect yesterday, August 31. From today, new apps and updates must target Android 16VISIBILITY — Apps still on API 35 stay listed but disappear for users on newer Android versions. No error is raised; new installs simply fade, which makes the change easy to missEXTENSION — If you missed the deadline, an extension through November 1, 2026 can be requested in Play Console — best filed alongside a concrete migration planAPPLE — On the Apple side, the event lands September 9 and iOS 27 is reported to ship September 14. Testing generated apps on iOS 27 hardware before release week is time well spentEXPO — Expo released expo-paste-input on August 28, a native module that brings image, GIF, and sticker paste to React Native TextInputEAS — EAS Observe reached general availability on August 20, putting crash and performance monitoring on the same EAS platform as builds and updatesPLAY — Google Play's target API level 36 requirement took effect yesterday, August 31. From today, new apps and updates must target Android 16VISIBILITY — Apps still on API 35 stay listed but disappear for users on newer Android versions. No error is raised; new installs simply fade, which makes the change easy to missEXTENSION — If you missed the deadline, an extension through November 1, 2026 can be requested in Play Console — best filed alongside a concrete migration planAPPLE — On the Apple side, the event lands September 9 and iOS 27 is reported to ship September 14. Testing generated apps on iOS 27 hardware before release week is time well spentEXPO — Expo released expo-paste-input on August 28, a native module that brings image, GIF, and sticker paste to React Native TextInputEAS — EAS Observe reached general availability on August 20, putting crash and performance monitoring on the same EAS platform as builds and updates
TAG

App Development

72 articles
Back to all tags
Related:
Rork57React Native16Rork Max13tutorial13beginner9no-code8AI8iOS7No-Code7App Store620265Supabase4
Rork Basics/2026-07-12Intermediate

Where Rork Max Still Falls Short — A Realistic Line Around Native Generation

An honest line between what Rork Max's native Swift generation does well and what still needs human hands, drawn from real solo-dev experience. Not hype, not dismissal — just where it genuinely fits today.

Rork Dev/2026-07-11Advanced

The Device Clock Can Be Moved — Protecting Daily Features and Trial Logic from Time Tampering

Advancing the device clock by one day was enough to claim tomorrow's daily wallpaper today. Starting from that log entry, this article lays out a three-layer time model — wall clock, monotonic clock, server time — and shows how to build daily-reward and trial logic that survives clock rollbacks.

Rork Basics/2026-07-04Beginner

Building Your Second Rork App: How Much of the First One Should You Reuse?

Once your first app ships, the temptation is to clone it whole and swap the contents. But what you reuse and what you rebuild quietly decides how heavy your maintenance becomes. A look at where to draw the reuse line, from running several apps in parallel.

App Dev/2026-06-28Advanced

Building a Live Barcode and Text Scanner in Rork Max with VisionKit's DataScanner

Add a live barcode and text scanner to your Rork Max native Swift app using VisionKit's DataScanner. Covers the SwiftUI bridge, availability handling, throttling repeated detections, and on-device verification with working code.

Rork Dev/2026-06-19Advanced

Logging Design for Rork Apps: What to Keep and How to Redact PII

Rork-generated apps tend to scatter console.log everywhere, and when a bug appears you cannot read the part that matters. This designs structured logging, log levels, automatic PII masking, and production send control — all with code you can use as-is.

Rork Dev/2026-06-19Intermediate

Adding a Minimal Test Safety Net to Rork-Generated Screens

You add one new screen to a Rork app, and a completely unrelated paywall check quietly breaks. This is how to bolt a minimal automated test safety net onto generated code with Jest and React Native Testing Library — protecting only the three places that hurt when they break.

Rork Basics/2026-06-13Intermediate

Designing Empty States Properly in Your Rork App — First Run, After Deletion, and Network Errors in One Component

When you build an app from a prompt in Rork, only the data-filled screens tend to look polished. Here is how to build the first-run, post-deletion, and network-error empty states into one reusable component, with retry logic, screen-reader support, and effectiveness measurement.

Rork AI/2026-05-24Intermediate

One Month with Rork Max AI Cloud: Latency, Cost, and the Hybrid Setup I Settled On

A month of running Rork Max AI Cloud beside local M-series execution: p50/p95 latency distributions, real monthly cost, the benchmark script I used, and a budget ledger that actually stops spending.

Business/2026-05-05Beginner

Rork in 2026 — What It Actually Does, Who It Fits, and What It Costs

A practical overview of Rork.com — what it does, who it's for, how to read its pricing tiers, when to choose standard Rork vs Rork Max, and where it shines or struggles — from an indie developer who uses it for prototyping.

Rork AI/2026-05-05Intermediate

A Prompt Design Guide for Getting Production-Ready UI from Rork's AI

Learn how Rork's AI interprets prompts and how to craft them so that forms, lists, and cards come out the way you actually intended — with less manual cleanup afterward.

Rork AI/2026-05-05Intermediate

Build an AI-Powered Certification Exam App with Rork: Adaptive Learning That Targets Your Weak Spots

Build a certification exam prep app with Rork and Gemini API. Learn to implement adaptive quiz logic, AI-driven weakness analysis, and Supabase-backed progress tracking — from first prompt to App Store.

App Dev/2026-05-05Intermediate

What '16 Person-Days in 2 Hours' Actually Teaches About AI App Development

A widely-shared case study compressed 16 person-days of development into 2 hours. The key wasn't the AI — it was a design doc thorough enough that the AI never had to stop and think. Here's what that means for app development.