What problem does it solve?
This Skill helps teams avoid common React Native and Expo pitfalls that cause crashes, jank, and inconsistent app behavior. It turns broad mobile best-practice knowledge into actionable guidance for building reliable production apps.
Core Features & Use Cases
- Performance guidance: Improve list virtualization, scroll handling, memoization, and image loading for smoother screens.
- Animation and interaction patterns: Use GPU-friendly transforms, Reanimated shared values, and gesture-driven press states.
- Native UI and platform patterns: Prefer native navigators, menus, modals, safe-area handling, and optimized font loading.
- Architecture and maintainability: Apply React state, monorepo, and React Compiler patterns that keep code predictable and scalable.
- Use case: A mobile team can use this Skill to review a feed screen, replace expensive list rendering, fix animation jank, and align the screen with React Native best practices.
Quick Start
Ask the skill to review a React Native screen or component and return concrete performance and implementation improvements.