Agent Skills: Community React Native Elements Best Practices

React Native Elements UI component library best practices for performance, theming, and proper component usage. Use when building React Native apps with RNE, configuring themes, optimizing lists with ListItem, or reviewing RNE component code.

UncategorizedID: pproenca/dot-skills/react-native-elements

Install this agent skill to your local

pnpm dlx add-skill https://github.com/pproenca/dot-skills/tree/HEAD/skills/.experimental/react-native-elements

Skill Files

Browse the full folder contents for react-native-elements.

Download Skill

Loading file tree…

skills/.experimental/react-native-elements/SKILL.md

Skill Metadata

Name
react-native-elements
Description
React Native Elements UI component library best practices for performance, theming, and proper component usage. Use when building React Native apps with RNE, configuring themes, optimizing lists with ListItem, or reviewing RNE component code.

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 |