Hello!
I would like to use theme-scoped property resolvers in a project using React Native Web
I'm trying to resolve a colors token, also defined in my config, but it returns me a CSS var
And with this CSS var I can't apply what I want (example: darken the color)
How can I make it always resolve the token?
Thanks 🙂