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
This is currently a proof of concept project. It can be used for some simple features, but has a lot of work to be done to make it useful as a React Primitives/React Native app target.
A maintainable CSS to Adobe XD API abstraction layer is needed, and a better layout solution. yoga-layout will not run in Adobe XD's JavaScript execution environment due to nbind's use of evalissue, so I have resorted to using the unmaintained css-layout library for now.
There are some issues with Text flexbox layout.
TODO (WIP issue)...
The text was updated successfully, but these errors were encountered:
This is currently a proof of concept project. It can be used for some simple features, but has a lot of work to be done to make it useful as a React Primitives/React Native app target.
A maintainable CSS to Adobe XD API abstraction layer is needed, and a better layout solution.
yoga-layout
will not run in Adobe XD's JavaScript execution environment due tonbind
's use ofeval
issue, so I have resorted to using the unmaintainedcss-layout
library for now.There are some issues with Text flexbox layout.
TODO (WIP issue)...
The text was updated successfully, but these errors were encountered: