Help us improve
Share bugs, ideas, or general feedback.
From react-native
React Native and Expo best practices for building performant mobile apps
npx claudepluginhub eliaslecomte/claude-plugin --plugin react-nativeHow this skill is triggered — by the user, by Claude, or both
Slash command
/react-native:skills/react-native-skillsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
React Native and Expo best practices for building performant mobile apps.
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 building performant mobile apps, covering list optimization, animations, navigation, and UI patterns.
Provides React Native and Expo best practices for performant mobile apps, including list optimization, Reanimated animations, native navigation, and UI patterns like expo-image.
Share bugs, ideas, or general feedback.
React Native and Expo best practices for building performant mobile apps.
| Priority | Category | Rules |
|---|---|---|
| CRITICAL | List Performance | list-performance-virtualize, list-performance-item-memo, list-performance-callbacks, list-performance-inline-objects, list-performance-function-references, list-performance-images, list-performance-item-expensive, list-performance-item-types |
| HIGH | Animation | animation-gpu-properties, animation-derived-value, animation-gesture-detector-press |
| HIGH | Navigation | navigation-native-navigators |
| HIGH | UI Patterns | ui-expo-image, ui-image-gallery, ui-pressable, ui-safe-area-scroll, ui-scrollview-content-inset, ui-menus, ui-native-modals, ui-measure-views, ui-styling |
| MEDIUM | State Management | react-state-minimize, react-state-dispatcher, react-state-fallback, react-compiler-destructure-functions, react-compiler-reanimated-shared-values |
| MEDIUM | Rendering | rendering-text-in-text-component, rendering-no-falsy-and |
| MEDIUM | Monorepo | monorepo-native-deps-in-app, monorepo-single-dependency-versions |
| LOW | Configuration | fonts-config-plugin, imports-design-system-folder, js-hoist-intl |
Individual rule files are located in the rules/ directory. Each rule file contains:
For the complete expanded guide with all rules, explanations, and code examples, see AGENTS.md.