Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
secondsky avatar

React Native Skills

  • 359 installs
  • 202 repo stars
  • Updated August 4, 2026
  • secondsky/claude-skills

react-native-skills is a Vercel-authored agent skill (version 1.0.0) that encodes 35+ React Native and Expo performance rules across list, animation, navigation, and UI categories for mobile developers.

About

react-native-skills is a secondsky/claude-skills plugin (version 1.0.0, MIT license) packaging comprehensive React Native and Expo best practices for AI-assisted mobile development. Metadata documents 35+ rules prioritized from critical list performance through animation, navigation, UI patterns, state management, rendering, monorepo setup, and configuration. Quick-reference entries include FlashList virtualization, Reanimated GPU-property animation, native stack navigators, expo-image usage, and React Compiler shared-value handling. Developers reach for react-native-skills when building scroll-heavy screens, tuning Reanimated gestures, configuring native modules or fonts, or refactoring components for React Compiler compatibility in Expo monorepos.

  • react-native-skills

React Native Skills by the numbers

  • 359 all-time installs (skills.sh)
  • +14 installs in the week ending Aug 5, 2026 (Skillselion tracking)
  • Ranked #1,174 of 4,347 Backend & APIs skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/secondsky/claude-skills --skill react-native-skills

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs359
repo stars202
Last updatedAugust 4, 2026
Repositorysecondsky/claude-skills

What are React Native Expo performance best practices?

Use react-native-skills for development tasks

Who is it for?

Mobile developers building React Native or Expo apps who need prioritized performance, animation, and UI rules during component implementation or code review.

Skip if: Backend API or server infrastructure work should skip react-native-skills because every rule targets client-side React Native rendering and native module configuration.

When should I use this skill?

A user builds React Native components, optimizes list scroll performance, implements Reanimated animations, or configures Expo native modules or fonts.

What you get

Refactored components following prioritized list, animation, navigation, and UI rules with incorrect-vs-correct code patterns applied.

  • refactored mobile components
  • performance rule compliance

By the numbers

  • 35+ performance rules documented in metadata
  • 8 priority categories in the SKILL.md quick-reference table
  • Plugin version 1.0.0 under MIT license

Files

SKILL.mdMarkdownGitHub ↗

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 Apply

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

PriorityCategoryImpactPrefix
1List PerformanceCRITICALlist-performance-
2AnimationHIGHanimation-
3NavigationHIGHnavigation-
4UI PatternsHIGHui-
5State ManagementMEDIUMreact-state-
6RenderingMEDIUMrendering-
7MonorepoMEDIUMmonorepo-
8ConfigurationLOWfonts-, imports-

Quick Reference

1. List Performance (CRITICAL)

  • list-performance-virtualize - Use FlashList for large lists
  • list-performance-item-memo - Memoize list item components
  • list-performance-callbacks - Stabilize callback references
  • list-performance-inline-objects - Avoid inline style objects
  • list-performance-function-references - Extract functions outside render
  • list-performance-images - Optimize images in lists
  • list-performance-item-expensive - Move expensive work outside items
  • list-performance-item-types - Use item types for heterogeneous lists

2. Animation (HIGH)

  • animation-gpu-properties - Animate only transform and opacity
  • animation-derived-value - Use useDerivedValue for computed animations
  • animation-gesture-detector-press - Use Gesture.Tap instead of Pressable

3. Navigation (HIGH)

  • navigation-native-navigators - Use native stack and native tabs over JS navigators

4. UI Patterns (HIGH)

  • ui-expo-image - Use expo-image for all images
  • ui-image-gallery - Use Galeria for image lightboxes
  • ui-pressable - Use Pressable over TouchableOpacity
  • ui-safe-area-scroll - Handle safe areas in ScrollViews
  • ui-scrollview-content-inset - Use contentInset for headers
  • ui-menus - Use native context menus
  • ui-native-modals - Use native modals when possible
  • ui-measure-views - Use onLayout, not measure()
  • ui-styling - Use StyleSheet.create or Nativewind

5. State Management (MEDIUM)

  • react-state-minimize - Minimize state subscriptions
  • react-state-dispatcher - Use dispatcher pattern for callbacks
  • react-state-fallback - Show fallback on first render
  • react-compiler-destructure-functions - Destructure for React Compiler
  • react-compiler-reanimated-shared-values - Handle shared values with compiler

6. Rendering (MEDIUM)

  • rendering-text-in-text-component - Wrap text in Text components
  • rendering-no-falsy-and - Avoid falsy && for conditional rendering

7. Monorepo (MEDIUM)

  • monorepo-native-deps-in-app - Keep native dependencies in app package
  • monorepo-single-dependency-versions - Use single versions across packages

8. Configuration (LOW)

  • fonts-config-plugin - Use config plugins for custom fonts
  • imports-design-system-folder - Organize design system imports
  • js-hoist-intl - Hoist Intl object creation

How to Use

Read individual rule files for detailed explanations and code examples:

rules/list-performance-virtualize.md
rules/animation-gpu-properties.md

Each rule file contains:

  • Brief explanation of why it matters
  • Incorrect code example with explanation
  • Correct code example with explanation
  • Additional context and references

Full Compiled Document

For the complete guide with all rules expanded: AGENTS.md

Related skills

How it compares

Use react-native-skills for broad Expo app conventions; use animating-react-native-expo when the task is specifically Reanimated v4 gesture and motion implementation.

FAQ

How many rules does react-native-skills include?

react-native-skills metadata documents 35+ rules across prioritized categories from critical list performance through animation, navigation, UI, state, rendering, monorepo, and configuration concerns. Version 1.0.0 ships under MIT license.

Which list library does react-native-skills recommend?

react-native-skills rule list-performance-virtualize recommends FlashList for large lists, with companion rules for memoized items, stable callbacks, and avoiding inline style objects in rows.

When should developers load react-native-skills?

react-native-skills triggers on React Native or Expo component work, scroll performance tuning, Reanimated animations, image loading with expo-image, or native module and font configuration in monorepos.

Backend & APIsbackendintegrations

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.