-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 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)
- Loading branch information
Showing
97 changed files
with
3,449 additions
and
15,225 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
# Project | ||
build/ | ||
.ref/ | ||
.old/ | ||
_schema.json | ||
TODO.md | ||
|
||
# OSX | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.