vercel-react-native-skills

Audit React Native and Expo projects against performance and maintainability best practices.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/NAinfini/Guild_Management --skill vercel-react-native-skills-nainfini
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vercel-react-native-skills
Source: https://github.com/NAinfini/Guild_Management/tree/main/.kilocode/skills/vercel-react-native-skills
Command: npx skills add https://github.com/NAinfini/Guild_Management --skill vercel-react-native-skills-nainfini

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill consolidates React Native and Expo best practices to improve performance, reliability, and maintainability of mobile apps across teams.

Core Features & Use Cases

  • Performance optimization guidelines for lists, animations, and rendering.
  • UI patterns and styling conventions to ensure consistent, native-like experiences.
  • Native integration guidance for fonts, images, and modules, plus monorepo considerations.

Quick Start

Use this skill to audit a React Native project against the guidelines and generate a prioritized improvement plan.

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 datasets?

Optimize React Native list performance by applying list virtualization patterns like FlatList, which renders only visible items to maintain smooth scrolling and reduce memory overhead in mobile apps. This Skill audits your project to enforce these specific list virtualization guidelines.

What are the best practices for React Native animations to avoid UI jank?

React Native animations avoid UI jank by using transform and opacity properties, which leverage the native UI thread. This Skill identifies these animation patterns and provides actionable recommendations to ensure 60fps rendering performance.

How do I load custom fonts in Expo using config plugins?

Load custom fonts in Expo by utilizing config plugins for font loading, ensuring fonts are natively linked and available before rendering. This Skill provides native integration guidance for fonts, images, and modules across Expo projects.

Does this Skill work with React Native monorepo architectures?

Yes, this Skill works with React Native monorepo architectures by providing specific monorepo considerations alongside native integration guidance. It audits your project structure to ensure maintainability and reliability across teams.

Why should I use expo-image over other React Native image components?

You should use expo-image over other React Native image components because it enforces native-like experiences and improved rendering performance. This Skill identifies expo-image usage as a core UI pattern for fast, reliable mobile applications.