vercel-react-native-skills

Apply React Native and Expo best practices for mobile app performance.

Updated Mar 29, 2026
One-click install
npx skills add https://github.com/Muhomorik/KanelBulleKapital --skill vercel-react-native-skills-muhomorik
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vercel-react-native-skills
Source: https://github.com/Muhomorik/KanelBulleKapital/tree/main/.agents/skills/vercel-react-native-skills
Command: npx skills add https://github.com/Muhomorik/KanelBulleKapital --skill vercel-react-native-skills-muhomorik

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

React Native guidelines that standardize performance-focused patterns across teams, reducing duplication and friction when building mobile apps with Expo.

Core Features & Use Cases

  • A comprehensive set of rules for list virtualization, animation optimization, image handling, native module integration, and monorepo patterns.
  • Practical use cases and examples that cover React Native, Expo, and platform-specific APIs to improve reliability and speed.
  • Clear guidance for teams to audit and refactor codebases toward consistent, high-performance architecture.

Quick Start

Apply these guidelines to an existing Expo project to rapidly improve performance and reliability.

Frequently Asked Questions about vercel-react-native-skills

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I optimize React Native list performance for large data sets?

Optimize React Native list performance by applying list virtualization patterns to render only visible items. This Skill provides specific rules for implementing list virtualization in Expo projects to reduce memory usage and improve scrolling speed.

What is the best way to handle animations in Expo without dropping frames?

Handle animations in Expo without dropping frames by applying optimization patterns with Reanimated. This Skill enforces specific guidance on animation optimization to ensure smooth, reliable, high-performance UI interactions.

Can I use this Skill to audit and refactor an existing Expo codebase?

Yes, you can use this Skill to audit and refactor an existing Expo codebase. It provides clear guidance and practical implementation examples to standardize architecture decisions and migrate code toward consistent, high-performance patterns.

How do I configure native modules in an Expo project?

Configure native modules in an Expo project by applying the specific integration patterns provided by this Skill. It enforces guidance on native module configuration and code patterns to ensure reliable communication between JavaScript and native layers.

Why does my React Native app feel slow and how do I fix it?

Your React Native app feels slow due to unoptimized list rendering, heavy animations, or poor image handling. Fix it by applying this Skill's best practices for list virtualization, Reanimated animations, and image handling to accelerate mobile app performance.