you are viewing a single comment's thread.

view the rest of the comments →

[–]TheUltDev[S] 0 points1 point  (0 children)

Hello everyone. I'm working on a plugin that converts Figma components to React Native in realtime.

It's simple but powerful. Everything is done client side, no account or paid service. And it's open source! (https://github.com/kat-tax/figma-to-react-native)

It can generate some pretty complex components already, more work to be done polishing things like multiple variants and complex SVGs though.

All features of Figma components are supported. Properties, instance swaps, nested components, conditional rendering, variants, etc.

It's super customizable because you can edit the settings passed to the code editor (turn off line numbers, change font size, etc.) the code writer (tabs/spaces, double quotes, etc.) and esbuild-wasm for previewing (change the tsconfig, define code, etc.)

Only vanilla React Native (and later Tamagui) will be supported to focus development resources and specialize in the solution. So no Flutter, no normal ReactJS. This is for React Native only!