react-native

react-native is a skill for Claude Code, Codex from nimadorostkar/Claude-Skills-collection. It costs 35 tokens per session (1,121 once invoked), scanned A, original, MIT.

Guidance for building mobile apps with React Native or Expo, tools that let JavaScript and React code run on iOS and Android.

In plain words
What is it for?
It helps build navigation and deep links, improve list performance, connect native modules, add offline support, and create store release builds.
Why use it?
It helps handle platform differences, slow lists, navigation, native code, offline behavior, and the details of preparing releases.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit It helps build navigation and deep links, improve list performance, connect native modules, add offline support, and create store release builds.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/nimadorostkar/claude-skills-collection/react-native
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.

Any agent
npx skills add nimadorostkar/Claude-Skills-collection --skill react-native
Clone the repo
git clone --depth 1 https://github.com/nimadorostkar/Claude-Skills-collection

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for react-native

README.md
[![agentmods](https://agentmods.dev/badge/skills/nimadorostkar/claude-skills-collection/react-native/github.svg)](https://agentmods.dev/skills/nimadorostkar/claude-skills-collection/react-native)
Your own site
<a href="https://agentmods.dev/skills/nimadorostkar/claude-skills-collection/react-native"><img src="https://agentmods.dev/badge/skills/nimadorostkar/claude-skills-collection/react-native/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for react-native

Your own site · 80×15
<a href="https://agentmods.dev/skills/nimadorostkar/claude-skills-collection/react-native"><img src="https://agentmods.dev/badge/skills/nimadorostkar/claude-skills-collection/react-native.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 35 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,121 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.1 $0.00035 $0.01121
Opus 5 $0.00017 $0.00561
Sonnet 5 $0.00007 $0.00224
Haiku 4.5 $0.00003 $0.00112

Measured 7d ago against content hash 84cf5d803c72, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, 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 7d 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 · 110 lines

How it starts

The opening of the file, as written. The whole thing — 110 lines — stays where its author put it; the contents beside it link to each section on GitHub.

React Native

Purpose

Build React Native applications that feel native: lists that scroll at 60fps, navigation that matches platform conventions, and a release pipeline that does not surprise you at submission.

When to Use

  • Building or reviewing a React Native or Expo application.
  • Diagnosing list performance or dropped frames.
  • Bridging to a native module.
  • Setting up over-the-air updates and release builds.

Capabilities

  • Navigation with React Navigation or Expo Router, including deep links.
  • Platform-specific behavior and styling.
  • List performance: FlashList, virtualization, memoized rows.
  • Native modules and the new architecture (Fabric, TurboModules).
  • Offline support, secure storage, and background tasks.
  • Release: EAS Build, OTA updates, store submission.

Inputs

  • The feature set, target platforms, and minimum OS versions.
  • Whether native modules are needed (this determines Expo Go versus a dev build).
  • Performance requirements, especially for lists and animation.

Outputs

  • A navigation structure with deep-link support.
  • Lists that maintain frame rate with realistic data volumes.
  • A build and release pipeline for both platforms.

Workflow

  1. Choose the runtime honestly — Expo with a development build gives you native modules and the Expo tooling. Expo Go is for prototypes; bare React Native is for teams that need full native control and are prepared to maintain it.
  2. Structure navigation first — Stacks inside tabs, with a typed route map. Retrofitting deep links into an untyped navigator is painful.
  3. Fix lists before they are slowFlashList with a stable keyExtractor, memoized row components, and a fixed item size where possible. ScrollView with a hundred children will drop frames on a mid-range Android.
  4. Handle platform differences explicitlyPlatform.select for behavior, not just style. Back-button behavior, safe areas, and permission flows differ genuinely.
  5. Move animation off the JS thread — Reanimated worklets run on the UI thread. Animating via setState will jank the moment the JS thread does anything else.
  6. Test the release build — Debug builds hide performance problems entirely. Profile in release, on a real mid-range device.

Read the full file on GitHub · 110 lines

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. 7d ago First seen · 110 lines · 35 tokens per session scan A 84cf5d803c72

Subscribe to this mod's changes

react-native is a skill published in the GitHub repository nimadorostkar/Claude-Skills-collection (26 stars, last pushed 23d ago), licensed MIT. It adds 35 tokens to every session and 1,121 once invoked, about $0.0002 per session on Opus 5. 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-09-03.

Related

Other skills, from other repositories

react-native-expert

Builds, optimizes, and debugs cross-platform mobile applications with React Native and Expo. Implements navigation hierarchies (tabs, stacks, drawers), configures native modules, optimizes FlatList rendering with memo and useCallback, and handles platform-specific code for iOS and Android. Use when building a React…

Jeffallan/claude-skills · 99 tokens

react-native

React Native and Expo patterns for building performant mobile apps. Covers list performance, animations with Reanimated, navigation, UI patterns, state management, platform-specific code, and Expo workflows. Use when building or reviewing React Native code. Triggers: 'react native', 'expo', 'mobile app', 'react native…

jezweb/claude-skills · 91 tokens

helius-phantom

Build frontend Solana applications with Phantom Connect SDK and Helius infrastructure. Covers React, React Native, and browser SDK integration, transaction signing via Helius Sender, API key proxying, token gating, NFT minting, crypto payments, real-time updates, and secure frontend architecture.

sendaifun/skills · 62 tokens

react-native-skills

React Native and Expo best practices for building performant mobile apps. Use when building React Native components, optimizing list performance, implementing animations, or working with native modules. Triggers on tasks involving React Native, Expo, mobile performance, or native platform APIs.

PracticalSwan/agent-skills · 55 tokens

vercel-react-native-skills

React Native and Expo best practices for building performant mobile apps. Use when building React Native components, optimizing list performance, implementing animations, or working with native modules. Triggers on tasks involving React Native, Expo, mobile performance, or native platform APIs.

guanyang/open-agent-hub · 57 tokens

zalo-mini-app

Build Zalo Mini Apps - lightweight React web apps running inside the Zalo super-app. Use for Zalo Mini App setup, zmp-cli/devtools, ZaUI 1.11.x components, zmp-sdk APIs, permissions, token-based phone number flow, user info, storage, local file storage, camera/media, document preview, payment/Checkout, Open APIs…

neddtu/zalo-mini-app-skills · 100 tokens