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
Is it possible to make a platform specific color declaration which points to another native color value? Suppose I want to use the native labelColor on iOS but fallback to #000/#FFF on web.
I guess src/colors with some Platform.select to handle these cases would work but it would also bloat the catalog with unused colors and would be kind of cumbersome.
The text was updated successfully, but these errors were encountered:
Is it possible to make a platform specific color declaration which points to another native color value? Suppose I want to use the native
labelColor
on iOS but fallback to#000
/#FFF
on web.I guess
src/colors
with somePlatform.select
to handle these cases would work but it would also bloat the catalog with unused colors and would be kind of cumbersome.The text was updated successfully, but these errors were encountered: