react-native-performance
Installation
SKILL.md
React Native Performance Skill
This skill covers performance optimization for React Native apps.
When to Use
Use this skill when:
- App feels slow or janky
- Lists scroll poorly
- Animations stutter
- Bundle size is too large
- Memory usage is high
Core Principle
MEASURE FIRST - Profile before optimizing. Fix actual bottlenecks, not perceived ones.
Profiling Tools
Related skills