react-native

Create scalable React Native apps with Expo tooling and navigation patterns.

6|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/SPeeDoA1/everything-opencode --skill react-native-speedoa1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: react-native
Source: https://github.com/SPeeDoA1/everything-opencode/tree/main/.opencode/skills/stacks/react-native
Command: npx skills add https://github.com/SPeeDoA1/everything-opencode --skill react-native-speedoa1

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill guides developers in structuring React Native projects using Expo, with patterns for navigation, module integration, and performance optimization.

Core Features & Use Cases

  • Expo-based project scaffolding and routing patterns.
  • Native module integration and cross-platform considerations.
  • Performance optimization and best practices for mobile apps.

Quick Start

Start by ensuring you have Node.js, npm, and the Expo CLI installed. Then create a new Expo project with a suitable template and begin development.

  • Create a new Expo project: npx create-expo-app@latest my-app --template tabs
  • Start development: cd my-app; npx expo start

Frequently Asked Questions about react-native

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

FAQPage Schema
How do I structure a scalable React Native project using Expo?

Structure a scalable React Native project using Expo by applying established patterns for project scaffolding, Expo Router usage, and reusable component architecture to maintain cross-platform mobile applications.

What is the best way to handle navigation in a cross-platform React Native app?

Handle navigation in a cross-platform React Native app by utilizing Expo Router patterns to manage screens and navigation state across iOS and Android platforms consistently.

How do I integrate native modules in a React Native Expo project?

Integrate native modules in a React Native Expo project by following cross-platform considerations and integration patterns that bridge native iOS and Android functionalities into your application codebase.

How can I optimize performance for React Native mobile apps?

Optimize performance for React Native mobile apps by implementing best practices and performance patterns specifically designed for cross-platform iOS and Android rendering and execution.

Do I need Expo CLI to start building a React Native cross-platform app?

You need Expo CLI to start building a React Native cross-platform app, requiring Node.js and npm installed to run the project creation command and begin development with templates.