Back to skills

react-native-best-practices

development

A performance optimization guide for React Native apps, based on Callstack's Ultimate Guide to React Native Optimization. Covers FPS, bundle size, TTI, memory leaks, animations, and native modules acr

Setup & Installation

npx skills add https://github.com/callstackincubator/react-native-best-practices --skill react-native-best-practices
or paste the link and ask your coding assistant to install it
https://github.com/callstackincubator/react-native-best-practices
View on GitHub

What This Skill Does

A performance optimization guide for React Native apps, based on Callstack's Ultimate Guide to React Native Optimization. Covers FPS, bundle size, TTI, memory leaks, animations, and native modules across JS, iOS, and Android layers. Each guideline includes code patterns, profiling commands, and impact ratings. Instead of piecing together scattered blog posts, you get a structured, prioritized reference with working code patterns and profiling commands specific to React Native's JS/native bridge model.

When to use it

  • Working with react native best practices functionality
  • Implementing react native best practices features
  • Debugging react native best practices related issues