vercel-react-native-skills
🎯Skillfrom vercel-labs/agent-skills
React Native best practices skill with 16 rules across 7 sections covering performance, layout, animation, images, state management, architecture, and platform-specific patterns for Expo and React Native apps.
Overview
React Native best practices skill from the Vercel Labs agent-skills collection, optimized for AI coding agents. It contains 16 rules across 7 sections covering performance, architecture, and platform-specific patterns for building React Native and Expo apps. The rules are prioritized by impact level, from critical performance optimizations to medium-priority platform patterns.
Key Features
- Performance rules (Critical): FlashList usage, memoization strategies, and offloading heavy computation
- Layout guidance (High): Flex patterns, safe area handling, and keyboard behavior management
- Animation best practices (High): Reanimated integration and gesture handling patterns
- Image optimization (Medium): expo-image usage, caching strategies, and lazy loading
- State management (Medium): Zustand patterns and React Compiler compatibility
- Architecture guidance (Medium): Monorepo structure and import conventions
- Platform-specific patterns (Medium): iOS and Android specific handling
Who is this for?
Mobile developers building React Native or Expo apps who want to follow performance-optimized patterns, and AI coding agents that assist with React Native development.
Same repository
vercel-labs/agent-skills(16 items)
Installation
npx vibeindex add vercel-labs/agent-skills --skill vercel-react-native-skillsnpx skills add vercel-labs/agent-skills --skill vercel-react-native-skills~/.claude/skills/vercel-react-native-skills/SKILL.mdSKILL.md
More from this repository10
React and Next.js performance optimization guidelines from Vercel Engineering. 40+ rules across 8 categories covering component performance, data fetching, and bundle size optimization.
Web interface best practices auditor from Vercel Engineering. Reviews UI code against 100+ standards covering accessibility, animations, forms, images, and UX fundamentals.
React composition patterns skill from Vercel Labs that helps avoid boolean prop proliferation through compound components, state lifting, and internal composition techniques.
Part of Vercel Labs agent skills collection that includes React/Next.js best practices, web design guidelines, React Native guidelines, and composition patterns — packaged as Agent Skills for AI coding agents.
A skill from the Vercel Labs agent-skills collection that enables AI coding agents to interact with the Vercel CLI using authentication tokens for deployment and project management.
Implements smooth animations using React's View Transition API — the `<ViewTransition>` component, `addTransitionType`, transition classes, shared-element transitions, and Next.js `next/link` integration.
Guides AI agents in implementing robust software design patterns for component composition, modularity, and reusability across different programming paradigms.
React Native best practices optimized for AI agents from Vercel Engineering. 16 rules across 7 sections covering mobile performance, layout patterns, animations, and platform-specific implementation.
Automates Vercel deployment configuration and deployment processes for AI agents, generating optimal deployment settings and triggering builds programmatically.
Skill