What problem does it solve?
Provides a comprehensive, agent-optimized guideline set to eliminate common performance, correctness, and native-integration pitfalls in React Native and Expo projects, helping teams ship smooth mobile experiences faster.
Core Features & Use Cases
- List & Scroll Performance: Rules for virtualizing lists, stable object references, primitive prop passing, and minimizing work inside list items to prevent jank.
- Animation & Gestures: Guidance on GPU-accelerated animations, Reanimated best practices (useDerivedValue, .get/.set), and GestureDetector patterns for UI-thread worklets.
- Native Integration & Architecture: Recommendations for native navigators, monorepo native dependency placement, font embedding via Expo config plugins, and design-system import patterns.
- Use Case: Run a rule-driven audit on a large feed screen to replace ScrollView with a virtualized list, hoist callbacks, optimize image loading, and convert JS-based animations to Reanimated worklets for smoother 60fps scrolling.
Quick Start
Use the vercel-react-native-skills to audit and optimize list rendering and animations in my React Native project.