figma-to-rn
Installation
SKILL.md
Figma to RN
Convert Figma frames to React Native code in your project's idiom.
Recommended workflow (coding agent + Figma MCP)
- Connect a Figma MCP server to the coding agent you use
- In chat: "Build this Figma frame as a React Native screen using my theme tokens and Pressable components. Match spacing exactly. Include happy/empty/loading/error states."
- Iterate on the result
Manual workflow (no MCP)
- Open Figma frame in Dev Mode
- Note: spacing measurements, colors (translate to PlatformColor or theme tokens), typography (semantic Text styles), border radii
- Identify repeating components — extract into separate files
- Write the JSX with theme tokens (NOT hardcoded values)
Honest verdict on AI Figma-to-Code tools
- Locofy / Anima / Builder.io Visual Copilot — produce a strong first draft, never a finished commit. Best for one-off marketing pages or when you have no codebase.
- For an established RN codebase, an agent with repository context plus Figma MCP is more reliable — it can follow your conventions.