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 35+ prioritized rules so an AI agent can generate, review, or refactor React Native and Expo code that follows proven performance patterns. ## Core Features & Use Cases - Prioritized Rule Library: 35+ rules across 13 categories ranked by impact, from CRITICAL rendering crashes (falsy && rendering, text outside Text components) to HIGH-impact list virtualization and animation guidance. - Incorrect vs. Correct Examples: Every rule includes side-by-side TypeScript/TSX code comparisons with explanations, making it directly usable for automated refactoring and code review. - Use Case: When building a product feed screen, the agent applies list virtualization with LegendList, passes primitive props for memoization, uses compressed images, and animates only transform/opacity with Reanimated for smooth 60fps scrolling. ## Quick Start Review my React Native list screen and apply the performance best practices from this skill.