RORK LABJP
DEADLINE — Five days remain before Google Play requires Android 16 (API level 36). From August 31 it applies to new apps and updates alikeEXTENSION — If you qualify, you can request an extension through November 1 via a Play Console form, but the request itself has to be filed before the deadlineEXPO — Expo SDK 57 reached 57.0.9 with React Native 0.86.2. SDK 57 is primarily the jump from React Native 0.85 to 0.86HERMES — The Hermes V1 memory regression introduced in SDK 56 has been fixed, which matters most for apps pulling in react-native-worklets or react-native-reanimatedIOS — The seventh iOS 27 developer beta shipped on August 24. The public release lands in September and finally lets you reply to an individual message from an Android senderRORK — Rork Max generates native Swift and compiles on a cloud Mac fleet, targeting iPhone, iPad, Apple Watch, Apple TV, Vision Pro, and iMessageDEADLINE — Five days remain before Google Play requires Android 16 (API level 36). From August 31 it applies to new apps and updates alikeEXTENSION — If you qualify, you can request an extension through November 1 via a Play Console form, but the request itself has to be filed before the deadlineEXPO — Expo SDK 57 reached 57.0.9 with React Native 0.86.2. SDK 57 is primarily the jump from React Native 0.85 to 0.86HERMES — The Hermes V1 memory regression introduced in SDK 56 has been fixed, which matters most for apps pulling in react-native-worklets or react-native-reanimatedIOS — The seventh iOS 27 developer beta shipped on August 24. The public release lands in September and finally lets you reply to an individual message from an Android senderRORK — Rork Max generates native Swift and compiles on a cloud Mac fleet, targeting iPhone, iPad, Apple Watch, Apple TV, Vision Pro, and iMessage
TAG

React Native

232 articles
Back to all tags
Related:
Rork164Expo87Rork Max26Troubleshooting22Performance13troubleshooting13iOS12Architecture11app development11Android10tutorial9Indie Dev8
Rork Dev/2026-04-04Intermediate

Building a Real-Time Sync App with Rork × Firebase Realtime Database: A Beginner's Guide

Learn how to integrate Firebase Realtime Database into your Rork app from scratch. This guide covers real-time data sync, CRUD operations, offline support, and security rules — with working code examples throughout.

Rork Dev/2026-04-04Intermediate

Rork × PostHog — Seeing What Users Actually Do Inside Your App

Learn how to integrate PostHog product analytics into your Rork app to understand user behavior. Step-by-step guide covering event tracking, funnels, feature flags, and user identification.

Rork Dev/2026-04-03Advanced

The Complete Rork App Performance Optimization Guide: Rendering, Memory, and Bundle Size

A comprehensive guide to squeezing every bit of performance out of your Rork app. Covers rendering optimization, memory leak prevention, bundle size reduction, and profiling with Flipper.

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 AI/2026-04-02Advanced

Rork × MCP (Model Context Protocol) Complete Implementation Guide — Building Next-Gen Mobile Apps with AI Tool Integration

A complete guide to integrating MCP (Model Context Protocol) into your Rork app. Covers architecture design, streaming, authentication, and production operations with working code examples.

Rork Dev/2026-04-02Beginner

Adding Native Share Functionality to Your Rork App — A Complete Share Sheet Guide

Learn how to implement native Share Sheet functionality in your Rork app. From sharing text and URLs to images and deep links, this beginner-friendly guide walks you through real code examples for iOS and Android.

Rork Dev/2026-04-02Beginner

Building a Survey App with Rork — A Beginner's Guide to Forms, Data Collection, and Charts

Learn how to build a survey collection app from scratch using Rork. This beginner-friendly guide covers form design, multiple answer types, Supabase data storage, and aggregation charts — all in a single day.

Rork Basics/2026-04-02Beginner

Customizing Splash Screens in Rork Apps — A Guide to expo-splash-screen

Learn how to customize the splash screen (launch screen) in your Rork Expo app. This guide covers app.json configuration, using expo-splash-screen to hold the screen until async tasks finish, and adding fade-out animations.

Rork AI/2026-04-01Advanced

Rork × Gemini Agents SDK: Integrating Multi-Step AI Agents into Your Mobile App

A comprehensive guide to integrating Gemini Agents SDK into Rork apps, covering Function Calling, session management, streaming, and production deployment. Build truly agentic AI experiences with detailed code examples.

Rork Basics/2026-03-31Beginner

Build a Sleep Tracker App with Rork — A Complete Tutorial from Bedtime Logging to Sleep Score Analysis

Build a sleep tracker app with Rork. Log bedtimes, calculate sleep scores, and visualize weekly trends — a complete beginner tutorial with step-by-step prompts.

Rork Dev/2026-03-30Advanced

Rork × React Native Reanimated & Gesture Handler — Building 60fps Animations and Advanced Gesture Interactions

Keeping Reanimated 3 and Gesture Handler at 60fps, told through the production pitfalls I hit running wallpaper and calming-tone apps: delayed runOnJS, useDerivedValue caching, FlashList pairing, and missing cancelAnimation — each with real measurements.

Rork Dev/2026-03-30Intermediate

Fixing Expo Dependency Errors in Rork Apps

A practical guide to resolving Expo dependency conflicts and errors in Rork-generated applications. Learn to fix version mismatches, installation failures, and compatibility issues.