Layout to utilities
Auto Layout, spacing, color, and text properties feed the deterministic NativeWind mapping pipeline.
Turn the selected Figma subtree into React Native code without turning the design handoff into guesswork.
The conversion core operates on a plain intermediate representation. React Native and NativeWind are the first-class output; naming and structural cleanup can optionally use an assisted pass.
Conversion pipeline
The Figma-dependent extraction stays at the edge. Mapping and generation remain isolated from the host runtime so the core behavior can be tested against plain IR.
Read the selected Figma subtree, Auto Layout, spacing, color, and text data.
Normalize the selection into an intermediate representation outside the renderer.
Map layout and style properties to NativeWind utilities through explicit rules.
Emit React Native components ready for preview, copy, and project integration.
Current capability
Auto Layout, spacing, color, and text properties feed the deterministic NativeWind mapping pipeline.
Vector nodes export through Figma and become react-native-svg JSX in the generated component.
Repeated subtrees can be hoisted into sub-components instead of duplicating the same generated structure.
An imported Tailwind or CSS theme can map design colors back to named project tokens.
The rule-based result stands on its own; an optional assisted pass can refine naming and structure.
Use the Dev Mode code generator or run the plugin with its preview-and-copy interface.
Output boundary
Current target
Expo-compatible component output with NativeWind utility classes is the shipped, first-class renderer.
Figma Community / public plugin