react-native-docs

react-native-docs is a skill for Claude Code, Codex from pledgeandgrow/pledge-skills. It costs 97 tokens per session (2,875 once invoked), scanned A, original, MIT.

A reference guide to React Native, a framework for building iOS and Android apps with JavaScript and React. It covers interface components, styling, navigation, networking, animations, debugging, and the framework's native internals.

In plain words
What is it for?
Use it to build screens, handle text and input, style layouts with Flexbox, add navigation and network requests, animate interfaces, debug devices, and integrate TypeScript.
Why use it?
It helps you understand how React-based code becomes mobile interfaces and how to handle platform differences, device testing, and performance issues.

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/pledgeandgrow/pledge-skills/react-native
Any agent
npx skills add pledgeandgrow/pledge-skills --skill react-native
Clone the repo
git clone --depth 1 https://github.com/pledgeandgrow/pledge-skills

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-docs

README.md
[![agentmods](https://agentmods.dev/badge/skills/pledgeandgrow/pledge-skills/react-native.svg)](https://agentmods.dev/skills/pledgeandgrow/pledge-skills/react-native)
Your own site
<a href="https://agentmods.dev/skills/pledgeandgrow/pledge-skills/react-native"><img src="https://agentmods.dev/badge/skills/pledgeandgrow/pledge-skills/react-native.svg" alt="Measured on agentmods" height="20"></a>
Per session 97 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,875 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.00097 $0.02875
Opus 5 $0.00048 $0.01437
Sonnet 5 $0.00019 $0.00575
Haiku 4.5 $0.00010 $0.00287

Measured 4d ago against content hash 4e1103558cb8, 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-docs 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 4d 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/react-native/SKILL.md · 273 lines

How it starts

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

React Native Expert (v0.86)

Official Documentation: https://reactnative.dev/docs/getting-started GitHub: https://github.com/facebook/react-native Packages Directory: https://reactnative.directory/

What is React Native?

React Native lets you build iOS and Android apps using JavaScript and React. It renders using real native components — not web views — so apps look, feel, and perform like native apps.

Quick Reference

Core & Overview

Topic File
Core Components (View, Text, Image, TextInput, Pressable, ScrollView, FlatList, Touchables, etc.) rn-components.md
Architecture (New Architecture, Fabric, JSI, Codegen, Render Pipeline, Threading, Hermes, Cross-Platform) rn-architecture.md

Component Reference (per component)

Topic File
View (props, responder, focus navigation) rn-ref-view.md
Text (props, nested text, style inheritance) rn-ref-text.md
Image & ImageBackground (props, events, static methods) rn-ref-image.md
TextInput (props, keyboard types, events, methods) rn-ref-textinput.md
Pressable (props, style function, Android ripple) rn-ref-pressable.md
ScrollView & RefreshControl (props, methods, events) rn-ref-scrollview.md
FlatList & SectionList (props, methods, renderItem) rn-ref-lists.md
StatusBar (props, imperative API, constants) rn-ref-statusbar.md
StyleSheet & Deprecated Components rn-ref-stylesheet.md
Button, Switch & ActivityIndicator rn-ref-button-switch-activityindicator.md
Modal (props, animation, presentation) rn-ref-modal.md
DrawerLayoutAndroid (Android only) rn-ref-drawerlayoutandroid.md
VirtualizedList (base list, props, methods) rn-ref-virtualizedlist.md
Touchable Components (legacy: Highlight, Opacity, WithoutFeedback, NativeFeedback) rn-ref-touchables.md

Style Reference

Topic File
Layout Props (Flexbox, gap, position, margin, padding, border, box sizing) rn-ref-layout-props.md
View Style Props (background, borders, shadow, effects) rn-ref-view-style.md
Text & Image Style Props rn-ref-text-image-style.md
Transforms & Colors (transform, transformOrigin, color formats, PlatformColor) rn-ref-transforms-colors.md
PanResponder, Share, Vibration, Systrace, Headless JS rn-ref-panresponder-share-vibration.md

Read the full file on GitHub · 273 lines

Files

What ships with it

60 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 4d ago First seen · 273 lines · 97 tokens per session scan A 4e1103558cb8

Subscribe to this mod's changes

react-native-docs is a skill published in the GitHub repository pledgeandgrow/pledge-skills (10 stars, last pushed 1mo ago), licensed MIT. It adds 97 tokens to every session and 2,875 once invoked, about $0.0005 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-08-31.

Related

Other skills, from other repositories

uniwind

Uniwind — Tailwind CSS v4 styling for React Native. Use when adding, building, or debugging components in a React Native project that uses Uniwind classNames. Covers setup, Metro config, global.css, theming, className props, accent- color props, platform/data/state/responsive variants, CSS variables, custom utilities…

uni-stack/uniwind · 130 tokens

migrate-nativewind-to-uniwind

Migrate a React Native project from NativeWind to Uniwind. Use when the user wants to replace NativeWind with Uniwind, upgrade from NativeWind, switch to Uniwind, or mentions NativeWind-to-Uniwind migration. Handles package removal, config migration, Tailwind 4 upgrade, cssInterop removal, theme conversion, and all…

uni-stack/uniwind · 82 tokens

mobile-developer

Expert in React Native, Expo, and cross-platform mobile development.

daffy0208/ai-dev-standards · 16 tokens

react-native-developer

Build production React Native apps with Expo or bare workflow. Covers navigation, state management, native modules, performance, and deployment.

AtulPurohit/Antigravity-Awesome-Skills · 30 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.

zebbern/termstack · 57 tokens

truesheet-usage

Consumer-side guide for integrating @lodev09/react-native-true-sheet into a React Native app. Use this skill whenever the user wants to add, configure, control, or debug a bottom sheet using TrueSheet — including ref-based sheets, named global sheets, web support with TrueSheetProvider/useTrueSheet, React Navigation…

lodev09/react-native-true-sheet · 169 tokens