Help us improve
Share bugs, ideas, or general feedback.
Search React Native official documentation. Use when answering questions about React Native APIs, components, hooks, layout, navigation, native modules, or platform-specific behavior. Triggers on "React Native", "RN docs", "how does View work", "FlatList props", "native module", "new architecture".
npx claudepluginhub ryanthedev/react-native-foundations.skillHow this skill is triggered — by the user, by Claude, or both
Slash command
/react-native-foundations:docsThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
**On load:** Read `../../.claude-plugin/plugin.json` from this skill's base directory. Display `docs v{version}` before proceeding.
Provides React Native and Expo best practices for performant mobile apps, including list optimization with FlashList, Reanimated animations, native navigation, and UI patterns like expo-image.
Provides React Native and Expo best practices for performant mobile apps, including list optimization, Reanimated animations, native navigation, and UI patterns like expo-image.
Provides up-to-date React Native patterns for New Architecture (Fabric/TurboModules), Expo, navigation, and performance. Corrects common Bridge-era mistakes in LLM output.
Share bugs, ideas, or general feedback.
On load: Read ../../.claude-plugin/plugin.json from this skill's base directory. Display docs v{version} before proceeding.
Search the official React Native documentation to answer questions accurately.
All documentation lives at:
${CLAUDE_SKILL_DIR}/../../refs/react-native-docs/
${CLAUDE_SKILL_DIR}/references/manifest.md to find relevant files by title| Need | Tool | Example |
|---|---|---|
| Find which file covers a topic | Read references/manifest.md, scan titles | "Which file covers FlatList?" |
| Find specific API/prop/method | Grep docs directory | Grep "onEndReached" |
| Find all files mentioning a concept | Grep with glob *.md | Grep "useAnimatedStyle" --glob "*.md" |
| Read a known doc | Read the file directly | Read docs/flatlist.md |
id, title, description)the-new-architecture/, releases/, legacy/_ are partials (imported by other docs)animated.md, layoutanimation.md) cover usage patterns and method signaturesthe-new-architecture/ subdirectory covers Turbo Modules, Fabric, and the new renderer❌ in the title are deprecated APIs