When attempting to use arbitrary values in the font family utility class (i.e., font-[Baskerville]) and/or using a RN supported named color in the background color utility class (i.e., bg-[lemonchiffon]) I get the following error warning(s):
`[arbitrary value here]` unknown or invalid utility
Current setup:
M1 mac 14.5
node 20.12.2
expo 51.0.11 (default template)
twrnc 4.2.0
ios 17.5 && web
I assume there may be other utility classes whose arbitrary values not currently functioning as expected.
When attempting to use arbitrary values in the font family utility class (i.e.,
font-[Baskerville]) and/or using a RN supported named color in the background color utility class (i.e.,bg-[lemonchiffon]) I get the following error warning(s):`[arbitrary value here]`unknown or invalid utilityCurrent setup:
M1 mac 14.5
node 20.12.2
expo 51.0.11 (default template)
twrnc 4.2.0
ios 17.5 && web
I assume there may be other utility classes whose arbitrary values not currently functioning as expected.