react-native-elements-best-practices

📁 pproenca/dot-skills 📅 Feb 5, 2026
8
总安装量
8
周安装量
#36051
全站排名
安装命令
npx skills add https://github.com/pproenca/dot-skills --skill react-native-elements-best-practices

Agent 安装分布

opencode 7
claude-code 7
codex 7
gemini-cli 7
github-copilot 6
amp 6

Skill 文档

Community React Native Elements Best Practices

Comprehensive best practices guide for React Native Elements applications. Contains 45 rules across 8 categories, prioritized by impact to guide component usage, theming, and performance optimization.

When to Apply

Reference these guidelines when:

  • Setting up React Native Elements in a new project
  • Configuring ThemeProvider and createTheme
  • Building lists with ListItem components
  • Implementing form inputs with Input and SearchBar
  • Optimizing FlatList performance with RNE components
  • Reviewing code using React Native Elements

Rule Categories by Priority

Priority Category Impact Prefix
1 Import & Setup CRITICAL setup-
2 Theme Architecture CRITICAL theme-
3 Component Selection HIGH comp-
4 List Performance HIGH list-
5 Props & Configuration MEDIUM-HIGH props-
6 Styling Patterns MEDIUM style-
7 Callbacks & Events MEDIUM event-
8 Advanced Patterns LOW adv-

Quick Reference

1. Import & Setup (CRITICAL)

2. Theme Architecture (CRITICAL)

3. Component Selection (HIGH)

4. List Performance (HIGH)

5. Props & Configuration (MEDIUM-HIGH)

6. Styling Patterns (MEDIUM)

7. Callbacks & Events (MEDIUM)

8. Advanced Patterns (LOW)

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