# React Native Patterns

> React Native patterns for Expo and bare RN. Use when building React Native applications.

- Skill: `majiayu000/react-native-patterns-2` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add majiayu000/react-native-patterns-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/react-native-patterns-2/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Web & Frontend
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/majiayu000/react-native-patterns-2

---


# React Native Patterns

React Native-specific best practices, primarily using Expo.

## When This Applies

- Building React Native applications
- Using Expo
- Native module integration

## Extends

This plugin extends:
- **`platform-mobile`** (generic mobile patterns)
- **`tech-react`** (React patterns for components and hooks)

Apply those rules first, then these React Native-specific ones.

## Quick Reference

| Section | Impact | Prefix |
|---------|--------|--------|
| Expo | HIGH | `expo-` |
| Navigation | HIGH | `nav-` |
| Native | MEDIUM | `native-` |

## Status

**Scaffold** - Sections defined, rules to be added.

## Rules

See `rules/` directory for individual rules organized by section prefix.

