🎯

react-native

🎯Skill

from jezweb/claude-skills

VibeIndex|
What it does
|

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)

react-native

Installation

Vibe Index InstallInstalls to .claude/skills/ - auto-recognized by Claude Code
npx vibeindex add jezweb/claude-skills --skill react-native
skills.sh Install⚠ Installs to .agents/skills/ - may not be auto-recognized by Claude Code
npx skills add jezweb/claude-skills --skill react-native
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/react-native/SKILL.md

SKILL.md

583Installs
-
AddedApr 13, 2026

More from this repository10

🎯
tailwind-v4-shadcn🎯Skill

A collection of production-ready Claude Code skills covering Tailwind CSS v4, shadcn/ui integration, and modern web development patterns.

🎯
tanstack-query🎯Skill

A collection of production-ready Claude Code skills covering Tailwind CSS v4, shadcn/ui integration, and modern web development patterns.

🎯
shadcn-ui🎯Skill

A collection of production-ready Claude Code skills covering Tailwind CSS v4, shadcn/ui integration, and modern web development patterns.

🎯
tailwind-theme-builder🎯Skill

A collection of production-ready Claude Code skills covering Tailwind CSS v4, shadcn/ui integration, and modern web development patterns.

🎯
fastapi🎯Skill

Provides FastAPI development patterns including async endpoints, dependency injection, Pydantic models, authentication, and API documentation best practices

🎯
color-palette🎯Skill

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

🎯
tanstack start🎯Skill

Provides TanStack Start patterns for building full-stack React applications with server-side rendering, routing, and data loading

🎯
favicon-gen🎯Skill

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.

🎯
zustand-state-management🎯Skill

Provides Zustand state management patterns for React including store creation, selectors, middleware, and best practices for scalable client-side state

🎯
react-hook-form-zod🎯Skill

Provides React Hook Form integration patterns with Zod schema validation for type-safe, performant form handling