React Native + Expo
Mobile projects have platform-specific gotchas that generic AI code misses. Specifying 'NativeWind, not StyleSheet' and 'expo-secure-store, not AsyncStorage' catches the two most common RN mistakes.
# CLAUDE.md ## Project Overview {{project_name}} — {{one-line description}} ## Tech Stack - Framework: React Native via Expo SDK 51+ - Language: TypeScript - Navigation: Expo Router (file-based) - Styling: NativeWind (Tailwind for RN) - State: Zustand - API: React Query (TanStack Query) - Auth: {{auth_provider}} ## Commands \`\`\`bash npx expo start # Dev server npx expo run:ios # iOS build npx expo run:android # Android build npm run test # Jest tests \`\`\` ## Directory Structure \`\`\` app/ # Expo Router file-based routes ├── (tabs)/ # Tab navigator group ├── (auth)/ # Auth flow screens └── _layout.tsx # Root layout components/ ├── ui/ # Reusable primitives └── {{domain}}/ # Feature components lib/ ├── api/ # API client + React Query hooks ├── stores/ # Zustand stores └── utils/ # Shared utilities \`\`\` ## Conventions - Use Expo modules over bare RN when available - NativeWind className for all styling (no StyleSheet) - Platform-specific code: .ios.tsx / .android.tsx suffixes - Always test on both iOS and Android - Use expo-secure-store for sensitive data, never AsyncStorage - Screens are thin — business logic lives in hooks/stores
Variables to customize
Why this prompt works
Mobile projects have platform-specific gotchas that generic AI code misses. Specifying 'NativeWind, not StyleSheet' and 'expo-secure-store, not AsyncStorage' catches the two most common RN mistakes.
What you get when you save this prompt
Your workspace unlocks powerful tools to iterate and improve.
AI Optimization
One-click improvement with structure analysis and pattern suggestions.
Version History
Track every edit. Compare versions side-by-side with word-level diffs.
Folders & Tags
Organize your library with nested folders, tags, and drag-and-drop.
$ npm i -g @promptingbox/mcpUse Everywhere
Access prompts from Claude, Cursor, ChatGPT & more via MCP integration.
Your prompts, organized
Save, version, and access your best prompts across ChatGPT, Claude, Cursor, and more.