stack-react-native-expo
Installation
SKILL.md
stack-react-native-expo
Layer 3 — Stack Composition
Integration patterns for the most common React Native stack: Expo + Expo Router/React Navigation + Zustand + MMKV + TanStack Query.
Philosophy
Each tool's docs explain how it works alone. They don't explain how they work together: where the Zustand store plugs into the navigation guard, how MMKV persistence integrates with Zustand hydration, how TanStack Query's cache interacts with offline state, how Expo Router layouts compose with auth flows.
These integration seams are where bugs live. This pack documents the gaps.