Agent skill · Frontend

react-native-skills

Use when working with react-native-skills tasks or workflows

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill react-native-skills --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 39
SKILL.md size: 4 KB
Bundled scripts: none
Path: skills/react-native-skills/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# React Native Skills Comprehensive best practices for React Native and Expo applications. Contains rules across multiple categories covering performance, animations, UI patterns, and platform-specific optimizations. ## When to Use Reference these guidelines when: - Building React Native or Expo apps - Optimizing list and scroll performance - Implementing animations with Reanimated - Working with images and media - Configuring native modules or fonts - Structuring monorepo projects with native dependencies ## Rule Categories by Priority | Priority | Category | Impact | Prefix | | -------- | ---------------- | -------- | -------------------- | | 1 | List Performance | CRITICAL | `list-performance-` | | 2 | Animation | HIGH | `animation-` | | 3 | Navigation | HIGH | `navigation-` | | 4 | UI Patterns | HIGH | `ui-` | | 5 | State Management | MEDIUM | `react-state-` | | 6 | Rendering | MEDIUM | `rendering-` | | 7 | Monorepo | MEDIUM | `monorepo-` | | 8 | Configuration | LOW | `fonts-`, `imports-` | ## Quick Reference ### 1. List Performance (CRITICAL) - `list-performance-virtualize` - Use FlashList for large lists - `list-performance-item-memo` - Memoize list item components - `list-pe

What's inside
Steps it walks through
  1. When to Use
  2. Rule Categories by Priority
  3. Quick Reference
  4. 1. List Performance (CRITICAL)
  5. 2. Animation (HIGH)
  6. 3. Navigation (HIGH)
  7. 4. UI Patterns (HIGH)
  8. 5. State Management (MEDIUM)
  9. 6. Rendering (MEDIUM)
  10. 7. Monorepo (MEDIUM)
  11. 8. Configuration (LOW)
  12. How to Use
  13. Full Compiled Document
  14. Limitations
Ships with 24 files
  • rules/_sections.md
  • rules/_template.md
  • rules/animation-derived-value.md
  • rules/animation-gesture-detector-press.md
  • rules/animation-gpu-properties.md
  • rules/design-system-compound-components.md
  • rules/fonts-config-plugin.md
  • rules/imports-design-system-folder.md
  • rules/js-hoist-intl.md
  • rules/list-performance-callbacks.md
  • rules/list-performance-function-references.md
  • rules/list-performance-images.md
  • rules/list-performance-inline-objects.md
  • rules/list-performance-item-expensive.md
  • rules/list-performance-item-memo.md
  • rules/list-performance-item-types.md
  • rules/list-performance-virtualize.md
  • rules/monorepo-native-deps-in-app.md
  • rules/monorepo-single-dependency-versions.md
  • rules/navigation-native-navigators.md
  • rules/react-compiler-destructure-functions.md
  • rules/react-compiler-reanimated-shared-values.md
  • rules/react-state-dispatcher.md
  • rules/react-state-fallback.md
first 24 of 39
More from agentic-awesome-skills
All skills →
About this skill
What does the react-native-skills skill do?

Use when working with react-native-skills tasks or workflows

How do I install it?

Run `npx skills add sickn33/agentic-awesome-skills --skill react-native-skills --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going