Skip to content

Releases: kat-tax/figma-to-react-native

v50

Choose a tag to compare

@TheUltDev TheUltDev released this 07 Oct 19:25
8a76f3e
  • Unistyles V3
  • Git integration
  • Localized assets
  • Various bug fixes
  • Support custom fonts

v49

v49

Choose a tag to compare

@TheUltDev TheUltDev released this 25 Jun 20:43
3112d4f
  • UI3 refresh
  • Icon set browsing + new importer
  • Animations support
  • Custom props
  • Node inspector
  • Grid view
  • Much more...

v48

v48

Choose a tag to compare

@TheUltDev TheUltDev released this 21 May 15:39
cf71f22
v48

v45

v45

Choose a tag to compare

@TheUltDev TheUltDev released this 16 Dec 19:28
ee6adf4
v45 (#20)

v44

v44

Choose a tag to compare

@TheUltDev TheUltDev released this 16 Dec 19:28
Features update

v43

v43

Choose a tag to compare

@TheUltDev TheUltDev released this 26 Oct 17:20
8161ba4
v43 (#16)

v42

v42

Choose a tag to compare

@TheUltDev TheUltDev released this 26 Oct 17:19
Fix single theme values

v33

v33

Choose a tag to compare

@TheUltDev TheUltDev released this 22 Nov 23:25
bb39d09
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

v26

Choose a tag to compare

@TheUltDev TheUltDev released this 22 Nov 23:26
7e1ee06
v26 (#8)

* Refactors, switched to create-figma-plugin
* Improved previewing
* Update esbuild-wasm
* Finished variant styling
* Fix text width
* Update marketing

v25

v25

Choose a tag to compare

@TheUltDev TheUltDev released this 22 Nov 23:26
740fa35
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