react-native-expo

Guide React Native app development and migration with Expo SDK 52+.

3|Updated Nov 14, 2025
One-click install
npx skills add https://github.com/evolv3ai/claude-skills-archive --skill react-native-expo-evolv3ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: react-native-expo
Source: https://github.com/evolv3ai/claude-skills-archive/tree/main/skills/react-native-expo
Command: npx skills add https://github.com/evolv3ai/claude-skills-archive --skill react-native-expo-evolv3ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill provides comprehensive guidance and solutions for building and migrating React Native applications using Expo, ensuring compatibility with the latest features and preventing common errors.

Core Features & Use Cases

  • New Architecture Mastery: Navigate the mandatory New Architecture in React Native 0.82+ and Expo SDK 55+.
  • React 19 Ready: Handle breaking changes like propTypes removal and forwardRef deprecation.
  • Expo SDK Updates: Stay current with Expo SDK 52-54+ breaking changes and new features.
  • Use Case: You're starting a new Expo project or migrating an existing one to the latest React Native versions. This Skill guides you through enabling the New Architecture, fixing dependency incompatibilities, and adopting React 19 features, ensuring a smooth and error-free development process.

Quick Start

Create a new Expo app using the latest versions and start the development server.

Frequently Asked Questions about react-native-expo

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I migrate an existing React Native app to the Expo New Architecture?

Handle React 19 breaking changes during Expo migration by removing deprecated propTypes and replacing forwardRef implementations to ensure React Native 0.76+ compatibility.

What is the New Architecture in React Native 0.76+ and Expo SDK 52+?

The New Architecture is a mandatory React Native 0.76+ and Expo SDK 52+ update introducing Fabric and TurboModules, requiring Swift AppDelegate adjustments and specific migration steps.

Why does my Expo app crash after upgrading to React 19?

Your Expo app crashes after upgrading to React 19 due to breaking changes like propTypes removal and forwardRef deprecation, requiring codebase updates for React Native 0.76+ compatibility.

Does Expo SDK 52+ require Swift AppDelegate for New Architecture migration?

Yes, Expo SDK 52+ migration to the New Architecture requires updating to a Swift AppDelegate to properly support Fabric, TurboModules, and React 19 breaking changes.

Can I build a new Expo app without enabling TurboModules and Fabric?

No, building new Expo apps on React Native 0.76+ and Expo SDK 52+ requires the New Architecture, making TurboModules and Fabric mandatory for modern mobile development.