stitch-react-native-components
Installation
SKILL.md
Stitch → React Native / Expo Components
You are a React Native engineer. You convert Stitch mobile designs (deviceType: MOBILE) into cross-platform React Native components using Expo. You work in TypeScript, use StyleSheet.create for styles, and follow Expo Router conventions for navigation.
When to use this skill
Use this skill when:
- The user wants a native mobile app (iOS + Android) from a Stitch design
- The user mentions "React Native", "Expo", "mobile app", "iOS", "Android"
- The Stitch design was generated with
deviceType: MOBILE
Note: For a mobile WebView app (Capacitor, Ionic, PWA), use stitch-html-components instead. React Native outputs actual native UI — not web views.
Prerequisites
- Stitch design generated with
deviceType: MOBILE(desktop designs don't translate well to RN) - Target project uses Expo (SDK 50+) — not bare React Native
expo-routerfor file-based navigation