What problem does it solve? React Native apps frequently suffer from scroll jank, unnecessary re-renders, runtime crashes, and non-native UI behavior because developers miss platform-specific performance rules. This Skill provides 35+ prioritized, example-driven rules so AI agents and developers generate and refactor React Native code correctly the first time. ## Core Features & Use Cases - Prioritized Rule Set: 35+ rules across 13 categories ranked by impact from CRITICAL (avoiding falsy && crashes, wrapping strings in Text) to LOW (font loading, Intl hoisting), each with incorrect vs. correct code examples. - List and Animation Optimization: Concrete patterns for LegendList/FlashList virtualization, stable object references, memoization with primitive props, GPU-accelerated Reanimated animations, and GestureDetector press states. - Platform-Native Guidance: Rules for native stack and tab navigators, native modals, context menus, expo-image, safe area handling, and monorepo dependency management. - Use Case: When asked to build a performant product feed screen, the agent applies virtualization, compressed images, lightweight list items, and stable references automatically instead of producing a janky ScrollView with mapped children. ## Quick Start Ask the agent to review or build a React Native screen following these best practices, for example: build an optimized product list screen using a virtualized list with memoized items.