airbnb/react-sketchapp

LayerStyles / Appearance API

Open

#466 opened on Jan 10, 2020

View on GitHub
 (3 comments) (0 reactions) (0 assignees)TypeScript (14,970 stars) (900 forks)batch import
enhancementgood first issue

Description

Hi, I'm trying to generate our color palette in sketch with react-sketchapp, from the documentation react-sketchapp supports Symbols and TextStyles, what about layer styles?

Example: I can run the color palette example, but each element of the palette only has direct styles applied to it, I'd like to use layer styles like this 👇 image

Any pointers would be appreciated, otherwise I guess I'll have to use sketch's low level api?

Contributor guide