Comprehensive best practices for React Native and Expo applications. Contains rules across multiple categories covering performance, animations, UI patterns, and platform-specific optimizations.
| 1 | List Performance | CRITICAL | list-performance- | | 2 | Animation | HIGH | animation- | | 3 | Navigation | HIGH | navigation- | | 4 | UI Patterns | HIGH | ui- | | 5 | State Management | MEDIUM | react-state- | | 6 | Rendering | MEDIUM | rendering- | | 7 | Monorepo | MEDIUM | monorepo- | | 8 | Configuration | LOW | fonts-, imports- |
Read individual rule files for detailed explanations and code examples:
React Native and Expo best practices for building performant mobile apps. Use when building React Native components, optimizing list performance, implementing animations, or working with native modules. Triggers on tasks involving React Native, Expo, mobile performance, or native platform APIs. Source: fellipeutaka/leon.