home / skills / keenranger / dotfiles / react-native-patterns

react-native-patterns skill

/claude/skills/react-native-patterns

npx playbooks add skill keenranger/dotfiles --skill react-native-patterns

Review the files below or copy the command above to add this skill to your agents.

Files (5)
SKILL.md
695 B
---
name: react-native-patterns
description: React Native mobile development patterns for authentication, platform-specific issues, navigation, and SDK integration. Use when debugging React Native apps, fixing iOS/Android issues, handling auth flows, or integrating native SDKs.
---

# React Native Patterns

Mobile development patterns learned from sleepstar and related projects.

## Key Areas

See [auth.md](auth.md) for authentication patterns (Amplify, Cognito, OAuth).

See [platform.md](platform.md) for iOS vs Android differences.

See [navigation.md](navigation.md) for routing and navigation patterns.

See [sdk-integration.md](sdk-integration.md) for native SDK integration patterns.