Is there a way to handle multiple themes and subthemes with Unistyles? #355
Replies: 1 comment
-
The only way to register themes is with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm currently working on a React Native design system library with multiple tokens such as colors and measures.
And this project is going to scale a lot, so in the future we could have n themes with light and dark subthemes.
I was wondering what is the best way to manage this using Unistyles.
Currently I'm doing in a linear way and is not being easy to handle theme and subtheme changing.
I tried creating a structure like this, but without success.
Beta Was this translation helpful? Give feedback.
All reactions