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 prioritized rule set that guides AI agents and developers to write performant, crash-free React Native and Expo code from the start. ## Core Features & Use Cases - Prioritized Rule Library: 35+ rules across 13 categories ranked by impact, from CRITICAL rendering rules (avoiding falsy && crashes) to LOW-priority font loading optimizations. - Incorrect vs. Correct Examples: Every rule includes side-by-side code comparisons showing the anti-pattern and the recommended implementation with explanations. - List and Animation Optimization: Detailed guidance on virtualized lists (LegendList, FlashList), Reanimated shared values, GestureDetector press states, and memoization strategies. - Use Case: When building a feed screen with FlashList, consult the list performance rules to pass primitive props to memoized items, hoist callbacks, and use compressed images—preventing scroll jank before it ships. ## Quick Start Review my React Native list component and apply the relevant performance rules from this skill to eliminate re-render issues.