react-native-expo-best-practices

📁 pproenca/dot-skills 📅 Jan 28, 2026
1
总安装量
1
周安装量
#45682
全站排名
安装命令
npx skills add https://github.com/pproenca/dot-skills --skill react-native-expo-best-practices

Agent 安装分布

claude-code 1

Skill 文档

React Native Expo Best Practices

Comprehensive performance optimization guide for React Native applications built with Expo, designed for AI agents and LLMs. Contains 45 rules across 8 categories, prioritized by impact to guide automated refactoring and code generation.

When to Apply

Reference these guidelines when:

  • Writing new React Native/Expo components
  • Optimizing FlatList or list rendering performance
  • Implementing navigation and screen transitions
  • Adding animations with Reanimated
  • Setting up data fetching and caching
  • Reviewing code for performance issues
  • Debugging frame drops or memory issues

Rule Categories by Priority

Priority Category Impact Prefix
1 App Startup Optimization CRITICAL launch-
2 Bundle Size & Dependencies CRITICAL bundle-
3 List Virtualization CRITICAL list-
4 Navigation & Routing HIGH nav-
5 Data Fetching Patterns HIGH data-
6 Re-render Prevention MEDIUM render-
7 Animation Performance MEDIUM anim-
8 Memory & Resource Management LOW-MEDIUM mem-

Quick Reference

1. App Startup Optimization (CRITICAL)

2. Bundle Size & Dependencies (CRITICAL)

3. List Virtualization (CRITICAL)

4. Navigation & Routing (HIGH)

5. Data Fetching Patterns (HIGH)

6. Re-render Prevention (MEDIUM)

7. Animation Performance (MEDIUM)

8. Memory & Resource Management (LOW-MEDIUM)

How to Use

Read individual reference files for detailed explanations and code examples:

Reference Files

File Description
references/_sections.md Category definitions and ordering
assets/templates/_template.md Template for new rules
metadata.json Version and reference information