What problem does it solve? React Native apps frequently suffer from scroll jank, unnecessary re-renders, runtime crashes, and slow animations caused by common anti-patterns. This Skill provides a structured rulebook of 35+ best practices so AI agents and developers can generate, review, and refactor React Native and Expo code that performs correctly on iOS and Android. ## 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. - Use Case: When building a product feed screen, apply the list performance rules to use LegendList with stable object references, primitive props for memoization, and compressed images, avoiding the scroll jank caused by ScrollView with mapped children. ## Quick Start Ask the AI to review your React Native component or screen against these best practices and refactor any violations it finds.