What problem does it solve? React Native apps frequently suffer from scroll jank, unnecessary re-renders, runtime crashes, and slow animations caused by common coding mistakes. This Skill provides a structured rulebook of 35+ best practices so AI agents and developers can generate, refactor, and review React Native and Expo code that performs correctly on mobile devices. ## Core Features & Use Cases - Prioritized Rule Set: 35+ rules across 13 categories ranked by impact (CRITICAL to LOW), covering list virtualization, animations, navigation, state management, and rendering. - Incorrect vs. Correct Examples: Every rule includes side-by-side code comparisons with explanations, making it directly actionable for code generation and refactoring. - Modular Rule Files: Individual rule files in rules/ can be read on demand, while AGENTS.md provides the full compiled guide. - Use Case: When building a feed screen with FlashList or LegendList, apply the list performance rules to avoid inline objects in renderItem, pass primitives to memoized items, and use item types for heterogeneous layouts. ## Quick Start Review my React Native list component and apply the list performance rules to eliminate re-renders and scroll jank.