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 gives AI agents and developers a structured, prioritized rulebook of 35+ best practices so generated or refactored code follows proven performance patterns from the start. ## Core Features & Use Cases - Prioritized Rule Library: 35+ rules across 13 categories (list performance, animation, navigation, state, UI, monorepo, fonts) ranked by impact from CRITICAL to LOW, each with incorrect vs. correct code examples. - List & Scroll Optimization: Guidance on virtualized lists (LegendList, FlashList), memoization with primitive props, stable object references, and avoiding scroll-position state tracking. - Native-First Patterns: Rules for Reanimated GPU-accelerated animations, GestureDetector press states, native stack/tab navigators, expo-image, and build-time font loading via config plugins. - Use Case: When an AI agent generates a new feed screen, it applies the list-performance rules to use a virtualized list with stable references and lightweight memoized items instead of a ScrollView with inline objects. ## Quick Start Ask the AI to review your React Native screen component against these best practice rules and refactor any violations it finds.