react-native

A workflow guide for building and reviewing React Native and Expo mobile apps. React Native lets developers create iOS and Android apps with JavaScript or TypeScript, while Expo provides tools for developing and building them.

In plain words
What is it for?
Use it to plan app architecture, choose between Expo and a more direct native setup, organize navigation and storage, inspect dependencies, handle iOS and Android differences, and review performance or implementation choices.
Why use it?
It helps catch mobile-specific problems early, such as platform differences, native library setup, app-store rules, offline data, and crashes caused by native dependencies.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/dongduong2001/pudo-code-system/react-native
Any agent
npx skills add DongDuong2001/pudo-code-system --skill react-native
Clone the repo
git clone --depth 1 https://github.com/DongDuong2001/pudo-code-system

Made for: Claude Code, Codex.

Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 511 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00000 $0.00511
Opus 5 $0.00000 $0.00255
Sonnet 5 $0.00000 $0.00102
Haiku 4.5 $0.00000 $0.00051

Measured 2d ago against content hash 9567f439b276, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

react-native scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/mobile/react-native/SKILL.md · 26 lines

What it actually says

React Native / Expo PUDO Checklist

1. PLAN (Architecture & Strategy)

  • Failure Modes & Store Review: Identify App Store / Play Store review edge cases, account deletion rules, and blocker policies BEFORE polishing the UI.
  • Native Build Config: Establish EAS Build profiles or Bare RN configs early as they are silent killers. Identify constraints with third-party SDKs.
  • Framework Base: Decide between Expo Managed Workflow vs. Bare React Native based on native module requirements.
  • Navigation: Plan navigation structure using React Navigation or Expo Router (file-based).
  • Offline & Storage: Plan offline-first capabilities using AsyncStorage, MMKV, or SQLite.
  • UI Library: Select a styling strategy (Tailwind via NativeWind, Tamagui, or StyleSheet).

2. UNDERSTAND (Context & Auditing)

  • Native Dependencies & Plugins: Audit package.json for libraries requiring auto-linking or custom native code (EAS Plugins). Prioritize diagnosing native dependency crashes.
  • Platform Differences: Identify features that require diverging logic between iOS (.ios.tsx) and Android (.android.tsx).
  • State Management: Review global state for performance impacts on re-renders (context vs. atomic state like Jotai).

3. DEVELOP (Implementation)

  • Layouts & Flexbox: Build fluid, responsive layouts using React Native Flexbox. Handle Safe Areas (notches, dynamic islands).
  • Interactivity: Use Animated API or react-native-reanimated for 60fps/120fps animations on the UI thread.
  • Lists: Replace ScrollView with FlatList or FlashList for rendering large datasets efficiently.
  • Permissions: Implement graceful permission requests (Camera, Location, Push Notifications).

4. OPTIMIZE (Performance & Review)

  • JS Thread vs UI Thread: Ensure heavy calculations do not block the JS thread (causing UI stutter).
  • Image Optimization: Use expo-image or react-native-fast-image for caching and aggressive memoization.
  • App Size: Strip unused native modules, compress assets, and use Hermes engine to optimize startup time.
  • Testing: Implement automated E2E flows with Maestro/Detox and unit tests using React Native Testing Library.
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 26 lines · 0 tokens per session scan A 9567f439b276

Subscribe to this mod's changes

react-native is a skill published in the GitHub repository DongDuong2001/pudo-code-system (5 stars, last pushed 26d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 511 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

apple-dev-docs

Search and retrieve Apple's official developer documentation, WWDC video transcripts, and framework references using semantic RAG. Use when the user asks about Apple platforms (iOS, macOS, watchOS, tvOS, visionOS), frameworks (SwiftUI, UIKit, ARKit, Core Data, HealthKit, StoreKit, etc.), Swift language features, Xcode…

BingoWon/apple-rag-mcp · 89 tokens

flutter-ui

Build Flutter UI from Figma MCP or image input. Scans src for design tokens (colors, sizes, text styles), existing components, and naming conventions before writing a single line of code. Never hard-codes values.

datit309/supergraph · 48 tokens

flutter-dart-code-review

Library-agnostic Flutter/Dart code review checklist covering widget best practices, state management patterns (BLoC, Riverpod, Provider, GetX, MobX, Signals), Dart idioms, performance, accessibility, security, and clean architecture.

datit309/supergraph · 56 tokens

app-deployment

Deploy mobile apps to App Store and Google Play. Use when configuring builds, signing, CI/CD pipelines, or preparing store submissions.

ihatesea69/kiro-kit · 30 tokens

uikit-expert

Write, review, or improve UIKit code following best practices for view controller lifecycle, Auto Layout, collection views, navigation, animation, memory management, and modern iOS 18–26 APIs. Use when building new UIKit features, refactoring existing views or view controllers, reviewing code quality, adopting modern…

zinxj/uikit-expert-skill · 95 tokens

appium-python-expert

Specialist skill for mobile E2E testing with Appium 2.x + Python (pytest) for Android and iOS. Use this skill whenever the user asks about: setting up Appium with Python, writing mobile test cases, configuring Android/iOS drivers (UIAutomator2, XCUITest), implementing Page Object Model for mobile, running tests with…

jmr85/e2e-agent-skills · 158 tokens