Ilya Lesik
Ilya Lesik
Sure, I'm very interested. I already made a little [demo](https://github.com/react-figma/code-generator), the proof-of-concept of how it can works. I think that your plugin is most advanced right now, so extending them...
@bernaferrari, it's a great idea! You can start a branch; I'll look at the result and start correcting.
@bernaferrari also styles supporting needed. React Native doesn't support CSS classes; there are their own styles instead: https://reactnative.dev/docs/style.
React Native supports inline styling
It is cool that there is a workaround. But it's a problem for using "@reshadow/styled" as a drop-in-replacement of styled-components. Maybe some migration script needed? Based on babel or jscodeshift.
Hey, @tushar7d. Welcome on board! If you have any questions, feel free to ask it here or at Spectrum chat. 🙂
Also a good example of images using needed.
Unfortunately it's not supported now. But there are no any technical limitation for implementing this
I think we need all figma props supporting (as possible).
Hey! I agree that the problem takes place. But `render(, figma.currentPage.id);` runs in the UI thread, so it'll produce `Uncaught ReferenceError: figma is not defined`