What problem does it solve?
This Skill helps you design and implement reliable, high-performance React Native and Expo apps without re-solving common pitfalls in routing, UI performance, state, networking, testing, and release setup.
Core Features & Use Cases
- Production guidance for Expo Router navigation boundaries: Use it to structure routing choices, modals/sheets, deep links, and header behaviors in a way that avoids architectural drift.
- Performance-first implementation rules: Use it to avoid slow lists, heavy bundles, janky animations, and excessive re-renders by adopting FlashList, expo-image, Reanimated 3, and memo/selector patterns.
- End-to-end app engineering workflow: Use it to bootstrap new projects, set up networking/state/form handling patterns, add unit/component/E2E testing approaches, and follow release/shipping checklists with EAS expectations.
Quick Start
Use the react-native-dev skill to generate a production-ready Expo (or React Native) app plan for routing, UI/performance strategy, state and networking structure, testing approach, and release checklist.