Skillshub react-native-elements

Community React Native Elements Best Practices

install
source · Clone the upstream repo
git clone https://github.com/ComeOnOliver/skillshub
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/ComeOnOliver/skillshub "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/pproenca/dot-skills/react-native-elements" ~/.claude/skills/comeonoliver-skillshub-react-native-elements && rm -rf "$T"
manifest: skills/pproenca/dot-skills/react-native-elements/SKILL.md
source content

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

PriorityCategoryImpactPrefix
1Import & SetupCRITICAL
setup-
2Theme ArchitectureCRITICAL
theme-
3Component SelectionHIGH
comp-
4List PerformanceHIGH
list-
5Props & ConfigurationMEDIUM-HIGH
props-
6Styling PatternsMEDIUM
style-
7Callbacks & EventsMEDIUM
event-
8Advanced PatternsLOW
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

FileDescription
references/_sections.mdCategory definitions and ordering
assets/templates/_template.mdTemplate for new rules
metadata.jsonVersion and reference information