vercel-react-native-skills
Best practices for React Native and Expo, focusing on performance, animations, UI patterns, and monorepo structure.
Install
npx skills add https://github.com/vercel-labs/agent-skills --skill vercel-react-native-skillsStats
| Total installs | 73,705 |
| Weekly installs | 73.4K |
| GitHub stars | 24.0K |
| First seen | Jan 26, 2026 |
| Source | @vercel-labs/agent-skills |
Summary
- Covers eight rule categories prioritized by impact: list performance (FlashList, memoization, callback stability), animations (GPU properties, derived values), navigation, UI patterns, state management, rendering, monorepo structure, and configuration
- List performance rules address critical concerns like virtualizing large lists, optimizing images, and avoiding inline objects that trigger unnecessary re-renders
- Animation guidance focuses on GPU-accelerated properties (transform, opacity) and Reanimated patterns; navigation recommends native stack and tab navigators over JavaScript alternatives
- Includes rules for modern UI patterns: expo-image for all images, Pressable over TouchableOpacity, native modals, and safe area handling in ScrollViews
Tags
Related skills
| Skill | Installs | vs vercel-react-native-skills |
|---|---|---|
| accessibility-compliance | 5,388 | -68,317 |
| playwright-best-practices | 16,854 | -56,851 |
| entra-app-registration | 145,577 | +71,872 |
| use-dom | 9,849 | -63,856 |
| expo-dev-client | 13,398 | -60,307 |
FAQ
- How many installs does vercel-react-native-skills have?
- vercel-react-native-skills has 73,705 total installs and 73.4K installs this week.
- Where is vercel-react-native-skills hosted?
- vercel-react-native-skills is published by @vercel-labs/agent-skills at https://github.com/vercel-labs/agent-skills.
- How many GitHub stars does vercel-react-native-skills have?
- vercel-react-native-skills has 24.0K GitHub stars.
- When was vercel-react-native-skills first indexed?
- OrangeBot.AI first indexed vercel-react-native-skills on Jan 26, 2026.
- How do I install vercel-react-native-skills?
- Run: npx skills add https://github.com/vercel-labs/agent-skills --skill vercel-react-native-skills