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.
npx agentmods add skills/pledgeandgrow/pledge-skills/react-nativenpx skills add pledgeandgrow/pledge-skills --skill react-nativegit clone --depth 1 https://github.com/pledgeandgrow/pledge-skillsWrote 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.
[](https://agentmods.dev/skills/pledgeandgrow/pledge-skills/react-native)<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>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.
| Model | Per session | Once 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 |
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.
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 |
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.
- rn-accessibility.md 3.9 KB
- rn-animated.md 3.7 KB
- rn-api-reference.md 25 KB
- rn-apis.md 16 KB
- rn-architecture-glossary.md 3.5 KB
- rn-architecture.md 11 KB
- rn-build-speed.md 2.8 KB
- rn-component-reference.md 27 KB
- rn-components.md 11 KB
- rn-debugging.md 772 B
- rn-environment-setup.md 2.4 KB
- rn-fast-refresh.md 1.2 KB
- rn-flatlist-optimization.md 3.4 KB
- rn-gradle-plugin.md 3.2 KB
- rn-guides.md 29 KB
- rn-hooks.md 1.8 KB
- rn-integration.md 1.0 KB
- rn-libraries.md 2.4 KB
- rn-metro.md 2.0 KB
- rn-native-communication.md 2.6 KB
- rn-navigation.md 1.3 KB
- rn-networking.md 1.7 KB
- rn-performance.md 5.3 KB
- rn-platform-specific.md 1.8 KB
- rn-profiling.md 2.9 KB
- rn-publishing.md 2.3 KB
- rn-react-fundamentals.md 7.6 KB
- rn-ref-accessibility-appstate.md 2.1 KB
- rn-ref-button-switch-activityindicator.md 3.4 KB
- rn-ref-dimensions-pixelratio.md 2.3 KB
- rn-ref-drawerlayoutandroid.md 2.1 KB
- rn-ref-event-types.md 2.8 KB
- rn-ref-gesture-jsenv-profiling.md 6.2 KB
- rn-ref-image.md 3.1 KB
- rn-ref-keyboard.md 3.0 KB
- rn-ref-layout-props.md 5.0 KB
- rn-ref-lists.md 4.6 KB
- rn-ref-modal.md 2.7 KB
- rn-ref-panresponder-share-vibration.md 5.8 KB
- rn-ref-platform-apis.md 2.9 KB
- rn-ref-platform-backhandler-linking.md 2.7 KB
- rn-ref-pressable.md 1.9 KB
- rn-ref-pressevent-element-nodes.md 3.5 KB
- rn-ref-scrollview.md 5.3 KB
- rn-ref-statusbar.md 2.1 KB
- rn-ref-stylesheet.md 1.1 KB
- rn-ref-text-image-style.md 3.1 KB
- rn-ref-text.md 2.1 KB
- rn-ref-textinput.md 4.0 KB
- rn-ref-timers-alert-appregistry.md 4.4 KB
- rn-ref-touchables.md 5.1 KB
- rn-ref-transforms-colors.md 3.4 KB
- rn-ref-view-style.md 2.7 KB
- rn-ref-view.md 2.7 KB
- rn-ref-virtualizedlist.md 3.8 KB
- rn-security.md 3.7 KB
- rn-style-reference.md 20 KB
- rn-styling.md 4.4 KB
- rn-testing.md 2.2 KB
- rn-troubleshooting.md 2.0 KB
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.
- 4d ago First seen · 273 lines · 97 tokens per session scan A 4e1103558cb8
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.
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…
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…
mobile-developer
Expert in React Native, Expo, and cross-platform mobile development.
react-native-developer
Build production React Native apps with Expo or bare workflow. Covers navigation, state management, native modules, performance, and deployment.
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.
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…