react-native
🎯Skillfrom jezweb/claude-skills
Performance and architecture patterns for React Native + Expo apps, ordered by impact. CRITICAL: replace `ScrollView` with `FlatList`/FlashList, provide `keyExtractor`, memoise `renderItem`, use `getItemLayout`. HIGH: `react-native-reanimated` on UI thread, Expo Router for file-based routing, `expo-image` for caching, `<SafeAreaView>` + `<KeyboardAvoidingView>`. MEDIUM: MMKV instead of AsyncStorage, Zustand + TanStack Query, EAS Build/Update workflow.
Same repository
jezweb/claude-skills(196 items)
Installation
npx vibeindex add jezweb/claude-skills --skill react-nativenpx skills add jezweb/claude-skills --skill react-native~/.claude/skills/react-native/SKILL.mdSKILL.md
More from this repository10
A collection of production-ready Claude Code skills covering Tailwind CSS v4, shadcn/ui integration, and modern web development patterns.
A collection of production-ready Claude Code skills covering Tailwind CSS v4, shadcn/ui integration, and modern web development patterns.
A collection of production-ready Claude Code skills covering Tailwind CSS v4, shadcn/ui integration, and modern web development patterns.
A collection of production-ready Claude Code skills covering Tailwind CSS v4, shadcn/ui integration, and modern web development patterns.
Provides FastAPI development patterns including async endpoints, dependency injection, Pydantic models, authentication, and API documentation best practices
Skill for generating complete, accessible color palettes from a single brand hex, creating 11-shade scales, semantic tokens, dark mode variants, and WCAG contrast checking for Tailwind v4
Provides TanStack Start patterns for building full-stack React applications with server-side rendering, routing, and data loading
Generates favicon files in multiple sizes and formats for web projects, from a collection of 87 production-ready skills for Cloudflare, React, and AI integrations.
Provides Zustand state management patterns for React including store creation, selectors, middleware, and best practices for scalable client-side state
Provides React Hook Form integration patterns with Zod schema validation for type-safe, performant form handling