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
Currently, arbitrary colors are only supported for #, rgb, and rgba. It should make sense to support hsl, hsla, and hwb as well since react native already supports them natively as per docs.
The text was updated successfully, but these errors were encountered:
Currently, arbitrary colors are only supported for
#
,rgb
, andrgba
. It should make sense to supporthsl
,hsla
, andhwb
as well since react native already supports them natively as per docs.The text was updated successfully, but these errors were encountered: