vercel-rn

Provide React Native and Expo best practices for mobile performance optimization.

7|2|Updated Jan 28, 2026
One-click install
npx skills add https://github.com/LuisSambrano/antigravity-config --skill vercel-rn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vercel-rn
Source: https://github.com/LuisSambrano/antigravity-config/tree/main/skills/3-web/vercel-rn
Command: npx skills add https://github.com/LuisSambrano/antigravity-config --skill vercel-rn

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a comprehensive set of best practices and guidelines to ensure React Native and Expo applications are built with optimal performance, maintainability, and a native look and feel.

Core Features & Use Cases

  • Performance Optimization: Rules cover critical areas like list rendering, animations, and image handling to prevent jank and ensure smooth user experiences.
  • Native Integration: Guidance on using native navigators, modals, and other platform-specific features for a truly native feel.
  • Use Case: When developing a new feature in a React Native app that involves a long, scrollable list of items, consult this Skill for best practices on virtualization, item rendering, and image optimization to guarantee smooth scrolling.

Quick Start

Apply the vercel-rn skill to optimize the performance of the React Native component code.

Frequently Asked Questions about vercel-rn

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

FAQPage Schema
How do I optimize list rendering performance in React Native?

To optimize list rendering performance in React Native, apply best practices for virtualization, item rendering, and image handling to prevent scroll jank and ensure smooth user experiences.

What's the best way to build smooth animations in Expo apps?

Building smooth animations in Expo apps requires following specific performance tuning rules that prevent UI jank and ensure the mobile application maintains a native feel.

Does this React Native skill provide guidance on native module integration?

Yes, this React Native skill provides guidance on native module integration, including rules for using native navigators, modals, and other platform-specific features.

How do I prevent UI jank when handling images in React Native?

Preventing UI jank when handling images in React Native involves applying best practices for image optimization and performance tuning during component rendering.

Can I use these React Native best practices for Expo framework development?

Yes, you can use these React Native best practices for Expo framework development, as the guidelines cover performance optimization and UI patterns specific to both platforms.

When should I use native navigators and modals in React Native?

You should use native navigators and modals in React Native when you need a truly native look and feel, leveraging platform-specific features for optimal UI and UX performance.