You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)