Releases: kat-tax/figma-to-react-native
Releases · kat-tax/figma-to-react-native
v45
v44
v43
v42
v33
v33 (#15) - Huge refactor, lots of bug fixes. - Rewrote Figma parser module to decouple from React Native StyleSheets - Added configurable style engine parsers: - Figma: converts Figma's generated CSS to RN compatible styles, much simpler and more accurate. - Experimental: the old parser, will be more flexible in the future - Added support for assets (image & svg) in export and preview - Added multi-variant support for components - Improved identifier sanitation and formatting (fixes #14)
v26
v25
v25 (#7) * Add storybook generation * Generate theme separately, refactors * Add theme to export * Bugfixes, conditional rendering, props generation, story improvements * Finish storybook variants * Added component instance swap + theme refactor * Bug fixes and refactors * Prepare for Tamagui support * Refactor styles * Fix storybook issues, update readme, misc bugs