skills.vishalvoidskills/vishalvoid
Technical & DevelopmentIntermediate

react-native-skills

React Native best practices and performance guidelines

Developer Setup

Setup & Installation

bash
npx skills add https://github.com/vercel-labs/next-skills --skill react-native-skills

Overview

What This Skill Does

A collection of best practices for React Native and Expo apps, covering list performance, animations, navigation, UI patterns, and monorepo configuration. Rules are organized by priority and reference specific APIs like FlashList, Reanimated, and Expo Image.

Application

When to use this Skill

Documentation

Show Skills.md file

React Native Skills

Comprehensive best practices for React Native and Expo applications. Contains rules across multiple categories covering performance, animations, UI patterns, and platform-specific optimizations.

When to Apply

Reference these guidelines when:

  • Building React Native or Expo apps
  • Optimizing list and scroll performance
  • Implementing animations with Reanimated
  • Working with images and media
  • Configuring native modules or fonts
  • Structuring monorepo projects with native dependencies

Rule Categories by Priority

Priority Category Impact Prefix
1 List Performance CRITICAL list-performance-
2 Animation HIGH animation-
3 Navigation HIGH navigation-
4 UI Patterns HIGH ui-
Lines 1 - 25 of 108

Recommendations

Explore other random skills

All skillsMy patterns