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

UI

10 articles
Back to all tags
Related:
Rork9React Native5Reanimated2Expo1Animation1Prompts1Writing Tips1Tips1App Design1Instructions1Rork Max1prompt1
Rork Dev/2026-07-08Intermediate

Building a Segmented Control With a Sliding Indicator in Reanimated

The stock segmented control looks out of place on Android. Here is a custom Reanimated component that measures each segment and slides the indicator, with complete code plus UI-thread rendering, accessibility, and RTL handling from real shipping notes.

Rork Basics/2026-06-19Intermediate

How to Write Prompts for Rork — Tips for Creating Apps Exactly As You Envision

Practical techniques for writing Rork prompts: specifying UI design, describing features, and requesting revisions so the app you get matches the app you imagined.

Rork Dev/2026-05-03Intermediate

Writing Prompts for Complex Screens in Rork Max

How to write Rork Max prompts that reliably generate complex screens like dashboards, filtered lists, and validated forms — covering role context, data types, UI spec, and iterative refinement.

Rork Dev/2026-04-29Intermediate

Adding Bottom Sheets to a Rork App — A Practical Guide to @gorhom/bottom-sheet on iOS and Android

Rork's default Modal works for confirmations, but the moment you need multiple snap points or inertial scroll inside the sheet it falls short. This guide walks through dropping @gorhom/bottom-sheet into a Rork project, handling the keyboard, and smoothing out iOS/Android differences.

Rork Dev/2026-04-28Beginner

Communicating Design Rules to AI: Using DESIGN.md for Mobile Apps

Google's open-source DESIGN.md format helps you communicate design specifications to AI tools like Rork. Learn to define colors, typography, and spacing rules in markdown so AI-generated UI stays consistent with your brand.

Rork Dev/2026-04-26Intermediate

Why Your Rork Modal Won't Close — 5 Common Pitfalls and How to Fix Them

The close button doesn't fire, tapping the backdrop does nothing, and buttons inside the modal feel dead. In Rork-generated React Native code, eight times out of ten the cause is one of these five patterns.

Rork Dev/2026-04-21Intermediate

Fixing Safe Area & Notch Display Issues in Rork Apps

Why content in Rork-generated apps clips behind the iPhone notch and home indicator, and the SafeAreaView / useSafeAreaInsets patterns that actually fix it.

Rork Basics/2026-04-18Beginner

Why Your Rork App Looks 'Cheap' — And How One Prompt Change Fixed It

If your Rork app looks generic or amateurish, the problem isn't the tool — it's the prompt. Here's how separating design instructions from feature instructions transforms your UI quality.

Rork Dev/2026-04-02Beginner

How to Add NativeWind to Your Rork App: Tailwind CSS Styling for React Native

Learn how to set up NativeWind in your Rork app and style components with Tailwind CSS utility classes. Covers installation, basic layouts, dark mode, and responsive design with practical code examples.

Rork Dev/2026-03-20Intermediate

Rork Practical Techniques [Part 1] — App Design, UI Building & Development Patterns

Curated practical techniques from Rork Lab premium articles. Part 1 covers app design, UI patterns, Supabase integration, and testing basics.