What problem does it solve? React Native apps frequently suffer from scroll jank, unnecessary re-renders, runtime crashes from falsy JSX rendering, and slow animations caused by layout-property animation. This Skill provides a prioritized rule set that guides AI agents and developers to write performant, crash-free React Native and Expo code. ## Core Features & Use Cases - Prioritized Rule Set: 35+ rules across 13 categories ranked by impact from CRITICAL (core rendering, list virtualization) to LOW (fonts, imports), each with incorrect vs. correct code examples. - List and Animation Optimization: Concrete patterns for LegendList/FlashList virtualization, memoization with primitive props, Reanimated shared values, and GestureDetector press states. - Use Case: When refactoring a slow product feed screen, apply the list-performance rules to replace ScrollView with a virtualized list, pass primitives to memoized row components, and serve compressed thumbnail images. ## Quick Start Ask the agent to review your React Native screen component against these best practices and fix any list performance or rendering violations it finds.