expo-to-figma
Installation
SKILL.md
Expo to Figma
Export your Expo/React Native app screens to Figma as editable vector designs.
What This Skill Does
- Starts Expo Web Server — Launches your app in web mode (
expo start --web) - Creates Web Mocks — Generates
.web.tsfiles for native-only modules (expo-sqlite, etc.) - Captures Screens — Uses Playwright to navigate and capture each screen
- Exports to Figma — Sends captures to your Figma file using Figma MCP
Prerequisites
- Expo project with web support (
react-native-webinstalled) - Figma MCP configured and authenticated
- Playwright MCP for browser automation
- Figma account with Full/Dev seat (for reasonable API limits)